Some formatting and dependency updates

This commit is contained in:
Daniel García
2019-03-03 16:11:55 +01:00
parent 7d2bc9e162
commit 04922f6aa0
6 changed files with 131 additions and 147 deletions

View File

@@ -854,11 +854,7 @@ fn move_cipher_selected(data: JsonUpcase<MoveCipherData>, headers: Headers, conn
// Move cipher
cipher.move_to_folder(data.FolderId.clone(), &user_uuid, &conn)?;
nt.send_cipher_update(
UpdateType::CipherUpdate,
&cipher,
&[user_uuid.clone()]
);
nt.send_cipher_update(UpdateType::CipherUpdate, &cipher, &[user_uuid.clone()]);
}
Ok(())