Little style tweak
This commit is contained in:
parent
7d9bd0c054
commit
48f2825a92
@ -98,6 +98,7 @@ pub enum SqlState {{
|
||||
" /// An unknown code
|
||||
Other(String),
|
||||
}}
|
||||
|
||||
"
|
||||
).unwrap();
|
||||
}
|
||||
|
@ -479,6 +479,7 @@ pub enum SqlState {
|
||||
/// An unknown code
|
||||
Other(String),
|
||||
}
|
||||
|
||||
#[cfg_attr(rustfmt, rustfmt_skip)]
|
||||
static SQLSTATE_MAP: phf::Map<&'static str, SqlState> = ::phf::Map {
|
||||
key: 1897749892740154578,
|
||||
|
Loading…
Reference in New Issue
Block a user