Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 30, 2023
1 parent 0e5262d commit f79f12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lexer/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ fn main() {
// let a: Result<(), lexer_errors::LexerError> =
// Err(lexer_errors::LexerError::string_not_closed(1, 1));
// lexer_errors::unwrap(a);
let string = "function test() {
let string = "function test() {
a= 4.5; a+=2; return a;
}"
.to_string();
Expand Down

0 comments on commit f79f12b

Please sign in to comment.