Skip to content

Commit

Permalink
fixup formatting and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Feb 12, 2025
1 parent c32be59 commit dee135b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validator/src/commands/run/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,8 @@ pub fn execute(
(_, 0) => {
// snapshots are disabled
warn!(
"Snapshots generation was disabled with `--snapshot-interval-slots 0`, \
which is now deprecated. Use `--no-snapshots` instead.",
"Snapshot generation was disabled with `--snapshot-interval-slots 0`, \
which is now deprecated. Use `--no-snapshots` instead.",
);
(
DISABLED_SNAPSHOT_ARCHIVE_INTERVAL,
Expand Down

0 comments on commit dee135b

Please sign in to comment.