diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-05 13:51:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-10 13:25:10 +0200 |
commit | ec03e3d16c86d5a2f1100d436d195033fc2dbed9 (patch) | |
tree | 4be000f101e513bdc8bb722d6b2079abf454ddd2 /src/rpc | |
parent | 7a19daafbd08b1372aa3c41eab9b3871c26bca80 (diff) | |
download | garage-ec03e3d16c86d5a2f1100d436d195033fc2dbed9.tar.gz garage-ec03e3d16c86d5a2f1100d436d195033fc2dbed9.zip |
Fmt & cleanup
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/system.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/system.rs b/src/rpc/system.rs index a5b8d4f4..73c7b898 100644 --- a/src/rpc/system.rs +++ b/src/rpc/system.rs @@ -462,7 +462,6 @@ impl System { SystemRpc::ReturnKnownNodes(known_nodes) } - async fn handle_advertise_status( self: &Arc<Self>, from: Uuid, |