Skip to content

Commit 6b56694

Browse files
committed
chore: cargo fmt
1 parent d821088 commit 6b56694

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/parser/mod.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8201,9 +8201,12 @@ impl<'a> Parser<'a> {
82018201
self.expect_token(&Token::RParen)?;
82028202

82038203
Ok(match subtype {
8204-
Keyword::CONFIGURATION => Statement::CreateTextSearchConfiguration(
8205-
CreateTextSearchConfiguration { name, options },
8206-
),
8204+
Keyword::CONFIGURATION => {
8205+
Statement::CreateTextSearchConfiguration(CreateTextSearchConfiguration {
8206+
name,
8207+
options,
8208+
})
8209+
}
82078210
Keyword::DICTIONARY => {
82088211
Statement::CreateTextSearchDictionary(CreateTextSearchDictionary { name, options })
82098212
}

0 commit comments

Comments
 (0)