Skip to content

Commit 8f7b580

Browse files
committed
just fmt
1 parent 2299c16 commit 8f7b580

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

crates/common/src/types.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,9 @@ impl KnownChain {
228228

229229
pub fn slot_time_sec(&self) -> u64 {
230230
match self {
231-
KnownChain::Mainnet |
232-
KnownChain::Holesky |
233-
KnownChain::Sepolia |
234-
KnownChain::Hoodi => 12,
231+
KnownChain::Mainnet | KnownChain::Holesky | KnownChain::Sepolia | KnownChain::Hoodi => {
232+
12
233+
}
235234
}
236235
}
237236

0 commit comments

Comments
 (0)