diff --git a/src/main.rs b/src/main.rs index 1f720a6..6c6136c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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") {