Skip to content

Commit bb93654

Browse files
committed
Reformat
1 parent 81d4151 commit bb93654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparse_strips/vello_toy/src/debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn main() {
8787
}
8888

8989
if stages.iter().any(|s| s.requires_wide_tiles()) {
90-
wide.generate(&strip_buf, BLACK.into(), 0);
90+
wide.generate(&strip_buf, BLACK.into(), 0, None);
9191
}
9292

9393
draw_grid(&mut document, args.width, args.height);

0 commit comments

Comments
 (0)