Skip to content

Commit 27f908b

Browse files
committed
cargo fmt
1 parent e8d4c1e commit 27f908b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subscription-cache/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* SPDX-License-Identifier: Apache-2.0
1212
********************************************************************************/
1313

14+
use log::warn;
1415
use std::collections::{HashMap, HashSet};
1516
use std::hash::{Hash, Hasher};
1617
use std::sync::Mutex;
17-
use log::warn;
1818
use up_rust::core::usubscription::{
1919
EventDeliveryConfig, FetchSubscriptionsResponse, SubscribeAttributes, SubscriberInfo,
2020
SubscriptionStatus,

up-streamer/tests/usubscription.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use usubscription_static_file::USubscriptionStaticFile;
2020
#[tokio::test(flavor = "multi_thread")]
2121
async fn usubscription_bad_data() {
2222
integration_test_utils::init_logging();
23-
23+
2424
let utransport_foo: Arc<dyn UTransport> =
2525
Arc::new(UPClientFailingRegister::new("upclient_foo").await);
2626
let utransport_bar: Arc<dyn UTransport> =

0 commit comments

Comments
 (0)