Skip to content

Commit 1e9908f

Browse files
committed
fix formatting
1 parent c92a9f1 commit 1e9908f

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
@@ -5524,9 +5524,7 @@ impl<'a> Parser<'a> {
55245524
let data_type_idx = self.get_current_index();
55255525

55265526
// DEFAULT will be parsed as `DataType::Custom`, which is undesirable in this context
5527-
fn parse_data_type_no_default(
5528-
parser: &mut Parser,
5529-
) -> Result<DataType, ParserError> {
5527+
fn parse_data_type_no_default(parser: &mut Parser) -> Result<DataType, ParserError> {
55305528
if parser.peek_keyword(Keyword::DEFAULT) {
55315529
// This dummy error is ignored in `maybe_parse`
55325530
parser_err!(

0 commit comments

Comments
 (0)