Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLane committed Oct 15, 2016
1 parent 7c9c480 commit d668434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/lexer.mll
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rule read = parse
| "&&" { AND }
| "||" { OR }
| '!' { NOT }

| '(' { LPAREN }
| ')' { RPAREN }
| ';' { SEMICOLON }
Expand Down

0 comments on commit d668434

Please sign in to comment.