From 98c4176b91ee08106d7cc988f364825c7956722e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 13 Aug 2025 19:22:06 +0200 Subject: Reformat. --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.zig') 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 +} -- cgit v1.2.1