cargo fmt

This commit is contained in:
Carson McManus 2021-08-25 09:09:02 -04:00
parent 69169708ef
commit ece0f19ec0

View file

@ -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;
} else if let Some(import_matches) = matches.subcommand_matches("import") {