Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerCat committed Nov 14, 2023
1 parent 1ec8d81 commit 4b4cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ install-dependencies:
run-tests-ci:
go test ./own/
run-tests:
docker run --rm -v .:/home/gousr/project go-antlr go test ./own
docker run --rm -v .:/home/gousr/project go-antlr go test ./own
generate-parsing-files:
go generate ./...

0 comments on commit 4b4cecc

Please sign in to comment.