summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 19:22:06 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 19:22:06 +0200
commit98c4176b91ee08106d7cc988f364825c7956722e (patch)
tree5c2212d427dee56de78e9f7e9ccf73e32098052d /build.zig
parent621eaa97e417ce329c65ebf23d555ce34c39dddf (diff)
Reformat.
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 6810bfc..0be09e9 100644
--- a/build.zig
+++ b/build.zig
@@ -36,4 +36,4 @@ pub fn build(b: *std.Build) void {
const test_step = b.step("test", "Run unit tests");
test_step.dependOn(&run_unit_tests.step);
-} \ No newline at end of file
+}