Skip to content

Commit a0985bf

Browse files
committed
fixup formatting
1 parent bc400fa commit a0985bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilation.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5044,7 +5044,7 @@ fn parseLldStderr(comp: *Compilation, comptime prefix: []const u8, stderr: []con
50445044
var split = std.mem.split(u8, line, "error: ");
50455045
_ = split.first();
50465046

5047-
const duped_msg = try std.fmt.allocPrint(comp.gpa, "{s}: {s}", .{ prefix, split.rest() });
5047+
const duped_msg = try std.fmt.allocPrint(comp.gpa, "{s}: {s}", .{ prefix, split.rest() });
50485048
errdefer comp.gpa.free(duped_msg);
50495049

50505050
current_err = try comp.lld_errors.addOne(comp.gpa);

0 commit comments

Comments
 (0)