Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed Nov 27, 2024
1 parent 9c76825 commit a66ec7b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ impl<T: frame_system::Config> snowbridge_pallet_system::WeightInfo for Substrate
.saturating_add(T::DbWeight::get().writes(5_u64))
}

fn register_token() -> Weight {
Weight::MAX
}
fn register_token() -> Weight {
Weight::MAX
}
}

0 comments on commit a66ec7b

Please sign in to comment.