From fecea5d7a74f97d41c50734349c80062ce2e9cb6 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Tue, 21 Dec 2021 07:06:13 +0200 Subject: zig fmt --- src/Syntax/makefile.zig | 2 ++ src/Syntax/zig.zig | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/Syntax') 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 @@ +// Please don't zig fmt this + const Syntax = @import("../Syntax.zig"); pub const syntax = Syntax{ diff --git a/src/Syntax/zig.zig b/src/Syntax/zig.zig index 653fb1b..d0bf60c 100644 --- a/src/Syntax/zig.zig +++ b/src/Syntax/zig.zig @@ -1,3 +1,5 @@ +// Please don't zig fmt this + const std = @import("std"); const Syntax = @import("../Syntax.zig"); -- cgit v1.2.3