From ece0f19ec07f33f55eb429f92d9df7e7c483fa87 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 25 Aug 2021 09:09:02 -0400 Subject: [PATCH] cargo fmt --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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") {