Skip to content

Commit f35f511

Browse files
Fix formatting
1 parent ddda695 commit f35f511

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

server/src/collection.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,8 @@ impl Collection {
199199
modified: Arc::new(Mutex::new(created)),
200200
alias: Arc::new(Mutex::new(alias.to_owned())),
201201
item_index: Arc::new(RwLock::new(0)),
202-
path: OwnedObjectPath::try_from(format!(
203-
"/org/freedesktop/secrets/collection/{label}"
204-
))
205-
.unwrap(),
202+
path: OwnedObjectPath::try_from(format!("/org/freedesktop/secrets/collection/{label}"))
203+
.unwrap(),
206204
created,
207205
service,
208206
keyring,

0 commit comments

Comments
 (0)