cargo fmt

This commit is contained in:
Mendes
2022-10-10 17:21:13 +02:00
parent fcf9ac674a
commit 4abab246f1
8 changed files with 1109 additions and 985 deletions
+1 -2
View File
@@ -7,12 +7,11 @@ mod consul;
#[cfg(feature = "kubernetes-discovery")]
mod kubernetes;
pub mod layout;
pub mod graph_algo;
pub mod layout;
pub mod ring;
pub mod system;
mod metrics;
pub mod rpc_helper;