cargo fmt
This commit is contained in:
parent
69169708ef
commit
ece0f19ec0
1 changed files with 4 additions and 1 deletions
|
@ -304,7 +304,10 @@ fn main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
println!("Authenticator has been finalized. Please actually write down your revocation code: {}", account.revocation_code);
|
println!(
|
||||||
|
"Authenticator has been finalized. Please actually write down your revocation code: {}",
|
||||||
|
account.revocation_code
|
||||||
|
);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
} else if let Some(import_matches) = matches.subcommand_matches("import") {
|
} else if let Some(import_matches) = matches.subcommand_matches("import") {
|
||||||
|
|
Loading…
Reference in a new issue