We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212449b commit f389e53Copy full SHA for f389e53
src-self-hosted/main.zig
@@ -734,7 +734,7 @@ fn cmdFmt(allocator: *Allocator, args: []const []const u8) !void {
734
defer file.close();
735
736
const source_code = io.readFileAlloc(allocator, file_path) catch |err| {
737
- try stderr.print("unable to open '{}': {}", file_path, err);
+ try stderr.print("unable to open '{}': {}\n", file_path, err);
738
fmt_errors = true;
739
continue;
740
};
0 commit comments