Skip to content

Commit

Permalink
[chore]: fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <a.marcius26@gmail.com>
  • Loading branch information
0x009922 committed Jun 27, 2023
1 parent e45537f commit 253bae2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/kagami/src/swarm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ mod clap_args {
/// How many peers to generate within the Docker Compose setup.
#[arg(long, short)]
pub peers: NonZeroU16,
/// Used for deterministic key-generation.
/// Used for deterministic key-generation.
///
/// Any valid UTF-8 sequence is acceptable.
// TODO: Check for length limitations, and if non-UTF-8 sequences are working.
/// Any valid UTF-8 sequence is acceptable.
// TODO: Check for length limitations, and if non-UTF-8 sequences are working.
#[arg(long, short)]
pub seed: Option<String>,
/// Re-create the target directory (for `dir` subcommand) or file (for `file` subcommand)
Expand Down

0 comments on commit 253bae2

Please sign in to comment.