Skip to content

Commit

Permalink
chore: Fix whitespace in error message (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
steviez authored Oct 14, 2024
1 parent 1d9947c commit 05a3200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ impl Bank {
// from the passed in genesis_config instead (as new()/new_with_paths() already do)
assert_eq!(
bank.genesis_creation_time, genesis_config.creation_time,
"Bank snapshot genesis creation time does not match genesis.bin creation time.\
"Bank snapshot genesis creation time does not match genesis.bin creation time. \
The snapshot and genesis.bin might pertain to different clusters"
);
assert_eq!(bank.ticks_per_slot, genesis_config.ticks_per_slot);
Expand Down

0 comments on commit 05a3200

Please sign in to comment.