Skip to content

Commit c6cb486

Browse files
Formatted code
1 parent a0aa870 commit c6cb486

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11390,9 +11390,7 @@ impl<'a> Parser<'a> {
1139011390
})
1139111391
}
1139211392

11393-
fn parse_view_column_options(
11394-
&mut self,
11395-
) -> Result<Option<ColumnOptions>, ParserError> {
11393+
fn parse_view_column_options(&mut self) -> Result<Option<ColumnOptions>, ParserError> {
1139611394
let mut options = Vec::new();
1139711395
loop {
1139811396
let option = self.parse_optional_column_option()?;

0 commit comments

Comments
 (0)