Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
olitha committed Feb 17, 2025
1 parent e8d4c1e commit 27f908b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subscription-cache/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

use log::warn;
use std::collections::{HashMap, HashSet};
use std::hash::{Hash, Hasher};
use std::sync::Mutex;
use log::warn;
use up_rust::core::usubscription::{
EventDeliveryConfig, FetchSubscriptionsResponse, SubscribeAttributes, SubscriberInfo,
SubscriptionStatus,
Expand Down
2 changes: 1 addition & 1 deletion up-streamer/tests/usubscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use usubscription_static_file::USubscriptionStaticFile;
#[tokio::test(flavor = "multi_thread")]
async fn usubscription_bad_data() {
integration_test_utils::init_logging();

let utransport_foo: Arc<dyn UTransport> =
Arc::new(UPClientFailingRegister::new("upclient_foo").await);
let utransport_bar: Arc<dyn UTransport> =
Expand Down

0 comments on commit 27f908b

Please sign in to comment.