| ... | @@ -734,7 +734,7 @@ fn cmdFmt(allocator: *Allocator, args: []const []const u8) !void { | ... | @@ -734,7 +734,7 @@ fn cmdFmt(allocator: *Allocator, args: []const []const u8) !void { |
| 734 | defer file.close(); | 734 | defer file.close(); |
| 735 | | 735 | |
| 736 | const source_code = io.readFileAlloc(allocator, file_path) catch |err| { | 736 | const source_code = io.readFileAlloc(allocator, file_path) catch |err| { |
| 737 | try stderr.print("unable to open '{}': {}", file_path, err); | 737 | try stderr.print("unable to open '{}': {}\n", file_path, err); |
| 738 | fmt_errors = true; | 738 | fmt_errors = true; |
| 739 | continue; | 739 | continue; |
| 740 | }; | 740 | }; |