a73x

406628a2

chore: zig fmt the blank line left by the wrapper deletion

a73x   2026-09-04 18:04

Commit message
chore: zig fmt the blank line left by the wrapper deletion

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CsWfuJFQbTfGtKZLS5qw4q

src/engine/grid.zig
Old New
@@ -240,7 +240,6 @@ pub const Grid = struct {
240 pub fn dumpPlain(self: *const Grid, alloc: std.mem.Allocator) ![]const u8 { 240 pub fn dumpPlain(self: *const Grid, alloc: std.mem.Allocator) ![]const u8 {
241 return dumpRowsPlain(alloc, self.lines); 241 return dumpRowsPlain(alloc, self.lines);
242 } 242 }
243
244 }; 243 };
245 244
246 test "grid: applyRow fills the row and blanks the rest of the width" { 245 test "grid: applyRow fills the row and blanks the rest of the width" {