chore(crypto-js): Make cargo fmt happy.

This commit is contained in:
Ivan Enderlin
2022-08-23 15:08:51 +02:00
parent 04634d5f39
commit 432449b009

View File

@@ -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};