aboutsummaryrefslogtreecommitdiff
path: root/src/table_sharded.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table_sharded.rs')
-rw-r--r--src/table_sharded.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table_sharded.rs b/src/table_sharded.rs
index 485a9212..6a174d05 100644
--- a/src/table_sharded.rs
+++ b/src/table_sharded.rs
@@ -1,5 +1,5 @@
use crate::data::*;
-use crate::membership::{System, Ring};
+use crate::membership::{Ring, System};
use crate::table::*;
#[derive(Clone)]