aboutsummaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
Diffstat (limited to 'src/table')
-rw-r--r--src/table/table_fullcopy.rs2
-rw-r--r--src/table/table_sharded.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/table/table_fullcopy.rs b/src/table/table_fullcopy.rs
index 64ac89ee..5dd0ebb1 100644
--- a/src/table/table_fullcopy.rs
+++ b/src/table/table_fullcopy.rs
@@ -1,7 +1,7 @@
use arc_swap::ArcSwapOption;
use std::sync::Arc;
-use garage_rpc::membership::{System};
+use garage_rpc::membership::System;
use garage_rpc::ring::Ring;
use garage_util::data::*;
diff --git a/src/table/table_sharded.rs b/src/table/table_sharded.rs
index 4f98902d..cbb1bc01 100644
--- a/src/table/table_sharded.rs
+++ b/src/table/table_sharded.rs
@@ -1,4 +1,4 @@
-use garage_rpc::membership::{System};
+use garage_rpc::membership::System;
use garage_rpc::ring::Ring;
use garage_util::data::*;