Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Nov 4, 2024
1 parent 874bc40 commit b60841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn print_as_grid_inner<T: AsRef<str>>(strings: &[T]) -> Option<()> {
filling: Filling::Spaces(2),
direction: Direction::LeftToRight,
width: width.into(),
}
},
);

eprint!("{grid}");
Expand Down

0 comments on commit b60841e

Please sign in to comment.