zig : add new line at the end of the file
This commit is contained in:
parent
9600ded125
commit
ed6c9111a2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue