aboutsummaryrefslogtreecommitdiff
path: root/src/table/table_fullcopy.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-02-23 18:46:25 +0100
committerAlex Auvolat <alex@adnab.me>2021-02-23 18:46:25 +0100
commit40763fd749f36fe612f20f79ff7cac51252cc128 (patch)
treec43e3a8190a3323a93a7253c8095e33add817a7f /src/table/table_fullcopy.rs
parent6e6f7e8555ad488a8b4d67ba640ddad933aa2654 (diff)
downloadgarage-40763fd749f36fe612f20f79ff7cac51252cc128.tar.gz
garage-40763fd749f36fe612f20f79ff7cac51252cc128.zip
Cargo fmt
Diffstat (limited to 'src/table/table_fullcopy.rs')
-rw-r--r--src/table/table_fullcopy.rs2
1 files changed, 1 insertions, 1 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::*;