Skip to content

Commit 5f07e50

Browse files
Apply suggestion from @Parzival-3141
Co-authored-by: Julian <29632054+Parzival-3141@users.noreply.github.com>
1 parent 15c3414 commit 5f07e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/clar_fix.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub fn main(init: std.process.Init) !void {
6363

6464
var writer = file.writer(io, &buf); // buf is safe to reuse since file_reader is out of scope
6565
try writer.interface.writeAll(src.items);
66-
try writer.interface.flush();
66+
try writer.end();
6767
}
6868

6969
fn fatal(comptime fmt: []const u8, args: anytype) noreturn {

0 commit comments

Comments
 (0)