summaryrefslogtreecommitdiff
path: root/src/Syntax/makefile.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2021-12-21 07:06:13 +0200
committerGravatar Uko Kokņevičs2021-12-21 07:07:58 +0200
commitfecea5d7a74f97d41c50734349c80062ce2e9cb6 (patch)
tree8c84ca5c9f27dd95038658c97f996e04a4862e00 /src/Syntax/makefile.zig
parentbugfix (diff)
downloades-fecea5d7a74f97d41c50734349c80062ce2e9cb6.tar.gz
es-fecea5d7a74f97d41c50734349c80062ce2e9cb6.tar.xz
es-fecea5d7a74f97d41c50734349c80062ce2e9cb6.zip
zig fmt
Diffstat (limited to '')
-rw-r--r--src/Syntax/makefile.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Syntax/makefile.zig b/src/Syntax/makefile.zig
index 4f73a2c..3a936e8 100644
--- a/src/Syntax/makefile.zig
+++ b/src/Syntax/makefile.zig
@@ -1,3 +1,5 @@
1// Please don't zig fmt this
2
1const Syntax = @import("../Syntax.zig"); 3const Syntax = @import("../Syntax.zig");
2 4
3pub const syntax = Syntax{ 5pub const syntax = Syntax{