Skip to content

Commit ab4001f

Browse files
Hintondani-garcia
andauthored
Update crates/bitwarden-exporters/src/cxf/identity.rs
Co-authored-by: Daniel García <[email protected]>
1 parent 0e551c9 commit ab4001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-exporters/src/cxf/identity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pub(super) fn person_name_to_identity(
116116
.map(|field| field.value.0.clone())
117117
.collect::<Vec<_>>()
118118
.into_iter()
119-
.reduce(|acc, part| format!("{} {}", acc, part));
119+
.reduce(|acc, part| format!("{acc} {part}"));
120120

121121
let identity = Identity {
122122
title: person_name.title.as_ref().map(|t| t.value.0.clone()),

0 commit comments

Comments
 (0)