aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/rbw/commands.rs3
1 files changed, 2 insertions, 1 deletions
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 {