From 432449b009d5a4bc755bd1bff18bbf0434a67e1b Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 23 Aug 2022 15:08:51 +0200 Subject: [PATCH] chore(crypto-js): Make `cargo fmt` happy. --- bindings/matrix-sdk-crypto-js/src/machine.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindings/matrix-sdk-crypto-js/src/machine.rs b/bindings/matrix-sdk-crypto-js/src/machine.rs index ae7a11379..934c27f9b 100644 --- a/bindings/matrix-sdk-crypto-js/src/machine.rs +++ b/bindings/matrix-sdk-crypto-js/src/machine.rs @@ -1,7 +1,6 @@ //! The crypto specific Olm objects. -use std::collections::BTreeMap; -use std::sync::Arc; +use std::{collections::BTreeMap, sync::Arc}; use js_sys::{Array, Map, Promise, Set}; use ruma::{serde::Raw, DeviceKeyAlgorithm, OwnedTransactionId, UInt};