Formatting fix

This commit is contained in:
Andrej Kolchin 2024-08-05 19:01:06 +03:00
parent 9a66b07914
commit 3ba38cd79a

View File

@ -43,13 +43,11 @@ impl Command for SubCommand {
}
fn examples(&self) -> Vec<Example> {
vec![
Example {
description: "Generate 16 random bytes",
example: "random bytes 16",
result: None,
},
]
vec![Example {
description: "Generate 16 random bytes",
example: "random bytes 16",
result: None,
}]
}
}