Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Dec 5, 2023
1 parent c280d99 commit f19fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/src/aleph_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use finality_aleph::UnitCreationDelay;
use log::warn;
use sc_cli::clap::{self, ArgGroup, Parser};

use crate::aleph_primitives::{DEFAULT_UNIT_CREATION_DELAY, DEFAULT_MAX_NON_FINALIZED_BLOCKS};
use crate::aleph_primitives::{DEFAULT_MAX_NON_FINALIZED_BLOCKS, DEFAULT_UNIT_CREATION_DELAY};

#[derive(Debug, Parser, Clone)]
#[clap(group(ArgGroup::new("backup")))]
Expand Down

0 comments on commit f19fe1e

Please sign in to comment.