Formatting fix
This commit is contained in:
parent
9a66b07914
commit
3ba38cd79a
|
@ -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,
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user