zig : add new line at the end of the file

This commit is contained in:
Georgi Gerganov 2023-06-25 08:44:47 +03:00 committed by GitHub
parent 9600ded125
commit ed6c9111a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,4 +55,4 @@ pub fn build(b: *std.build.Builder) void {
const run_step = b.step("run_" ++ example_name, "Run the app"); const run_step = b.step("run_" ++ example_name, "Run the app");
run_step.dependOn(&run_cmd.step); run_step.dependOn(&run_cmd.step);
} }
} }