Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit f6fb667

Browse files
committed
fmt
1 parent 7cfae27 commit f6fb667

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

sdk/src/genesis_config.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,17 @@ impl fmt::Display for GenesisConfig {
182182
write!(
183183
f,
184184
"\
185-
Creation time: {}\n\
186-
Operating mode: {:?}\n\
187-
Genesis hash: {}\n\
188-
Shred version: {}\n\
189-
Hashes per tick: {:?}\n\
190-
Slots per epoch: {}\n\
191-
Warmup epochs: {}abled\n\
192-
{:?}\n\
193-
{:?}\n\
194-
Capitalization: {} SOL in {} accounts\n\
195-
",
185+
Creation time: {}\n\
186+
Operating mode: {:?}\n\
187+
Genesis hash: {}\n\
188+
Shred version: {}\n\
189+
Hashes per tick: {:?}\n\
190+
Slots per epoch: {}\n\
191+
Warmup epochs: {}abled\n\
192+
{:?}\n\
193+
{:?}\n\
194+
Capitalization: {} SOL in {} accounts\n\
195+
",
196196
Utc.timestamp(self.creation_time, 0).to_rfc3339(),
197197
self.operating_mode,
198198
self.hash(),

0 commit comments

Comments
 (0)