Skip to content

Commit d0db8a2

Browse files
committed
Run cargo fmt
1 parent 09ca14f commit d0db8a2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ast/ddl.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ pub enum ColumnOption {
200200
/// `DEFAULT <restricted-expr>`
201201
Default(Expr),
202202
/// `{ PRIMARY KEY | UNIQUE }`
203-
Unique {
204-
is_primary: bool,
205-
},
203+
Unique { is_primary: bool },
206204
/// A referential integrity constraint (`[FOREIGN KEY REFERENCES
207205
/// <foreign_table> (<referred_columns>)
208206
/// { [ON DELETE <referential_action>] [ON UPDATE <referential_action>] |

0 commit comments

Comments
 (0)