Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Apr 7, 2022
1 parent 847e9f9 commit 8d0a637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chain_spec/light_sync_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ pub(super) struct EpochChanges {
#[allow(unused)]
#[derive(Debug, Decode, Encode)]
pub(super) struct GapEpochs {
current: ([u8; 32], u32, PersistedEpoch),
next: Option<([u8; 32], u32, BabeEpoch)>,
current: ([u8; 32], u32, PersistedEpoch),
next: Option<([u8; 32], u32, BabeEpoch)>,
}

#[derive(Debug, Decode, Encode)]
Expand Down

0 comments on commit 8d0a637

Please sign in to comment.