Fix rustfmt and nixfmt

This commit is contained in:
Greg Hellings
2024-10-16 16:23:13 -05:00
parent f85187e6c3
commit 0c1b09404b
7 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
mod cell;
mod board;
mod cell;
pub mod display;
pub use board::Board;
pub use board::Point;
pub use cell::Cell;
pub use cell::CellValue;
pub use cell::CellValue;