Skip to content

Commit 48f2825

Browse files
committed
Little style tweak
1 parent 7d9bd0c commit 48f2825

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

codegen/src/sqlstate.rs

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pub enum SqlState {{
9898
" /// An unknown code
9999
Other(String),
100100
}}
101+
101102
"
102103
).unwrap();
103104
}

src/error/sqlstate.rs

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ pub enum SqlState {
479479
/// An unknown code
480480
Other(String),
481481
}
482+
482483
#[cfg_attr(rustfmt, rustfmt_skip)]
483484
static SQLSTATE_MAP: phf::Map<&'static str, SqlState> = ::phf::Map {
484485
key: 1897749892740154578,

0 commit comments

Comments
 (0)