From d9d84a027f24536c08028497d21bef756abf62be Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 19 Jun 2020 03:26:36 -0400 Subject: rustfmt --- src/bin/rbw/commands.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/bin/rbw/commands.rs b/src/bin/rbw/commands.rs index addebb3..9e35993 100644 --- a/src/bin/rbw/commands.rs +++ b/src/bin/rbw/commands.rs @@ -80,7 +80,8 @@ impl DecryptedCipher { match &self.data { DecryptedData::Login { username, .. } => { let mut displayed = self.display_short(desc); - displayed |= self.display_field("Username", username.as_deref()); + displayed |= + self.display_field("Username", username.as_deref()); if let Some(notes) = &self.notes { if displayed { -- cgit v1.2.3-54-g00ecf