Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed May 17, 2024
1 parent 80b8867 commit e5763d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bridges/snowbridge/pallets/ethereum-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,11 @@ pub mod pallet {

/// Sync committee for current period
#[pallet::storage]
pub type CurrentSyncCommittee<T: Config> =
StorageValue<_, SyncCommitteePrepared, ValueQuery>;
pub type CurrentSyncCommittee<T: Config> = StorageValue<_, SyncCommitteePrepared, ValueQuery>;

/// Sync committee for next period
#[pallet::storage]
pub type NextSyncCommittee<T: Config> =
StorageValue<_, SyncCommitteePrepared, ValueQuery>;
pub type NextSyncCommittee<T: Config> = StorageValue<_, SyncCommitteePrepared, ValueQuery>;

/// The current operating mode of the pallet.
#[pallet::storage]
Expand Down

0 comments on commit e5763d4

Please sign in to comment.