From 744d8ad652d4f8058754e4a4f53c1eb26ba2eb78 Mon Sep 17 00:00:00 2001 From: Dmitry Balashov Date: Mon, 26 Jun 2023 18:46:40 +0700 Subject: [PATCH] [chore]: fix format Signed-off-by: Dmitry Balashov --- tools/kagami/src/swarm.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/kagami/src/swarm.rs b/tools/kagami/src/swarm.rs index d224c261c14..1b486a37bd9 100644 --- a/tools/kagami/src/swarm.rs +++ b/tools/kagami/src/swarm.rs @@ -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, /// Re-create the target directory (for `dir` subcommand) or file (for `file` subcommand)