Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Oct 1, 2024
1 parent b825fa4 commit f698e15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web/src/app/minesweeper/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,12 +558,7 @@ fn ReplayGame(replay_data: GameInfoWithLog) -> impl IntoView {
</div>
}
};
let cells = view! { {
cell_read_signals
.iter()
.enumerate()
.map(cell_row).collect_view()
} };
let cells = view! { {cell_read_signals.iter().enumerate().map(cell_row).collect_view()} };

let completed_minesweeper = CompletedMinesweeper::from_log(
game_info.final_board,
Expand Down

0 comments on commit f698e15

Please sign in to comment.