Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ValMobBIllich committed Nov 14, 2024
1 parent bb72c0c commit a623ef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/publish_subscribe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ async fn test_publish_and_subscribe() {
.await
.unwrap();

let source =
UUri::from_str("//Publisher/A8000/2/8A50").expect("Failed to create source");
let source = UUri::from_str("//Publisher/A8000/2/8A50").expect("Failed to create source");
let source_filter =
UUri::from_str("//Publisher/A8000/2/8A50").expect("Failed to create source filter");

Expand Down

0 comments on commit a623ef3

Please sign in to comment.