Skip to content

Commit e26df2c

Browse files
committed
Apply cargo fmt
1 parent 26908f1 commit e26df2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/src/lexer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ where
462462
Err(error) => Err(LexicalError {
463463
error: LexicalErrorType::OtherError(error.to_string()),
464464
location: self.get_pos(),
465-
})
465+
}),
466466
}
467467
}
468468

0 commit comments

Comments
 (0)