diff --git a/chorus_lib/examples/multicast.rs b/chorus_lib/examples/multicast.rs
index a376f7b..4c24913 100644
--- a/chorus_lib/examples/multicast.rs
+++ b/chorus_lib/examples/multicast.rs
@@ -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) ---
diff --git a/chorus_lib/tests/booksellers.rs b/chorus_lib/tests/booksellers.rs
index 7754b81..c5d3aaa 100644
--- a/chorus_lib/tests/booksellers.rs
+++ b/chorus_lib/tests/booksellers.rs
@@ -6,14 +6,10 @@ use std::sync::Arc;
use std::thread;
use chorus_lib::{
- core::{ChoreoOp, Choreography, ChoreographyLocation, Faceted,
- FanInChoreography,
- HCons,
- Here, Located, LocationSet,
- LocationSetFoldable,
- Member,
- Projector,
- Quire, Runner, Subset, There},
+ core::{
+ ChoreoOp, Choreography, ChoreographyLocation, Faceted, FanInChoreography, HCons, Here,
+ Located, LocationSet, LocationSetFoldable, Member, Projector, Quire, Runner, Subset, There,
+ },
transport::local::{LocalTransport, LocalTransportChannelBuilder},
};
use chrono::NaiveDate;
@@ -32,28 +28,35 @@ type Title = String;
type Inventory = HashMap
;
-
trait Decider {
type Budgets;
fn new(price: Located