Skip to content

Commit

Permalink
♻️ format code
Browse files Browse the repository at this point in the history
  • Loading branch information
KPMGE committed Mar 23, 2024
1 parent d0000f5 commit cef9581
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lexer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use std::collections::HashMap;

use crate::token::Token;
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ fn main() {
let lexer = Lexer::new(input.to_string());
let mut parser = Parser::new(lexer.clone());


if VERBOSE.flag {
debug_lexer(lexer.clone());
debug_parser(parser.clone());
Expand Down

0 comments on commit cef9581

Please sign in to comment.