Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alex65536 committed Jul 14, 2022
1 parent 04a6ab2 commit 79a1861
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chess/src/legal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ impl Prechecker for NilPrechecker {
#[derive(Clone, Debug)]
enum PrecheckData {
Check,
NotCheck {
pinned_or_king: Bitboard,
},
NotCheck { pinned_or_king: Bitboard },
}

#[derive(Clone, Debug)]
Expand Down

0 comments on commit 79a1861

Please sign in to comment.