[lint] Update due to Rustfmt 0.9.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
This commit is contained in:
parent
2462b2d47d
commit
8f4b65acd9
@ -6,7 +6,8 @@ use names::{Generator, Name};
|
||||
|
||||
fn main() {
|
||||
let (naming, amount) = {
|
||||
let app = clap_app!(names =>
|
||||
let app =
|
||||
clap_app!(names =>
|
||||
(version: &crate_version!()[..])
|
||||
(author: "\nAuthor: Fletcher Nichol <fnichol@nichol.ca>\n")
|
||||
(about: "A random name generator with results like `delirious-pail'.")
|
||||
|
Loading…
Reference in New Issue
Block a user