Skip to content

Commit

Permalink
Update tree sitter grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Aug 8, 2024
1 parent 60ac0cb commit c993eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galvan-test/src/logical.galvan
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ test "Logical OR" {
let a = false
let b = false

assert(a or b == false)
assert a or b == false
}
2 changes: 1 addition & 1 deletion tree-sitter-galvan

0 comments on commit c993eae

Please sign in to comment.