We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddda695 commit f35f511Copy full SHA for f35f511
1 file changed
server/src/collection.rs
@@ -199,10 +199,8 @@ impl Collection {
199
modified: Arc::new(Mutex::new(created)),
200
alias: Arc::new(Mutex::new(alias.to_owned())),
201
item_index: Arc::new(RwLock::new(0)),
202
- path: OwnedObjectPath::try_from(format!(
203
- "/org/freedesktop/secrets/collection/{label}"
204
- ))
205
- .unwrap(),
+ path: OwnedObjectPath::try_from(format!("/org/freedesktop/secrets/collection/{label}"))
+ .unwrap(),
206
created,
207
service,
208
keyring,
0 commit comments