aboutsummaryrefslogtreecommitdiffstats
path: root/src/api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.rs')
-rw-r--r--src/api.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/api.rs b/src/api.rs
index e770013..ca3c43b 100644
--- a/src/api.rs
+++ b/src/api.rs
@@ -1046,10 +1046,10 @@ impl Client {
) -> Result<()> {
let mut req = CiphersPutReq {
ty: match data {
- crate::db::EntryData::Login {..} => 1,
- crate::db::EntryData::SecureNote {..} => 2,
- crate::db::EntryData::Card {..} => 3,
- crate::db::EntryData::Identity {..} => 4,
+ crate::db::EntryData::Login { .. } => 1,
+ crate::db::EntryData::SecureNote { .. } => 2,
+ crate::db::EntryData::Card { .. } => 3,
+ crate::db::EntryData::Identity { .. } => 4,
},
folder_id: folder_uuid.map(std::string::ToString::to_string),
organization_id: org_id.map(std::string::ToString::to_string),