diff --git a/build.zig b/build.zig index 493a7178b..49c159ebf 100644 --- a/build.zig +++ b/build.zig @@ -55,4 +55,4 @@ pub fn build(b: *std.build.Builder) void { const run_step = b.step("run_" ++ example_name, "Run the app"); run_step.dependOn(&run_cmd.step); } -} \ No newline at end of file +}