fix(view): zig fmt on fixes
This commit is contained in:
parent
0dbd72ef99
commit
94e28654f9
2 changed files with 3 additions and 2 deletions
|
@ -103,7 +103,8 @@ pub fn toWin(self: *View, win: Window, config: RenderConfig) !struct { usize, us
|
||||||
\\ Position Out of Bounds:
|
\\ Position Out of Bounds:
|
||||||
\\ - Pos: {d}, {d}
|
\\ - Pos: {d}, {d}
|
||||||
\\ - Size: {d}, {d}
|
\\ - Size: {d}, {d}
|
||||||
, .{
|
,
|
||||||
|
.{
|
||||||
col, row,
|
col, row,
|
||||||
self.screen.width, self.screen.height,
|
self.screen.width, self.screen.height,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue