Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shumbo committed Nov 14, 2024
1 parent 2c1e810 commit 66ff827
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 209 deletions.
4 changes: 1 addition & 3 deletions chorus_lib/examples/multicast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ extern crate chorus_lib;

use std::thread;

use chorus_lib::core::{
ChoreoOp, Choreography, ChoreographyLocation, LocationSet, Projector,
};
use chorus_lib::core::{ChoreoOp, Choreography, ChoreographyLocation, LocationSet, Projector};
use chorus_lib::transport::local::{LocalTransport, LocalTransportChannelBuilder};

// --- Define two locations (Alice and Bob) ---
Expand Down
Loading

0 comments on commit 66ff827

Please sign in to comment.