diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-08-13 19:22:06 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-08-13 19:22:06 +0200 |
commit | 98c4176b91ee08106d7cc988f364825c7956722e (patch) | |
tree | 5c2212d427dee56de78e9f7e9ccf73e32098052d /build.zig | |
parent | 621eaa97e417ce329c65ebf23d555ce34c39dddf (diff) |
Reformat.
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 +} |