From ed6c9111a23c0e3673c64ca7b80b594b6db88621 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 25 Jun 2023 08:44:47 +0300 Subject: [PATCH] zig : add new line at the end of the file --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}