From daf2a54dc86756234481280f3b938b05c9ff7d95 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sun, 27 Sep 2020 20:17:20 +0800 Subject: [PATCH] agent: fix cargo fmt Otherwise travis fails. Signed-off-by: Peng Tao --- src/agent/protocols/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/protocols/src/lib.rs b/src/agent/protocols/src/lib.rs index 2f6d77babe..5637a648ab 100644 --- a/src/agent/protocols/src/lib.rs +++ b/src/agent/protocols/src/lib.rs @@ -6,11 +6,11 @@ pub mod agent; pub mod agent_ttrpc; +pub mod empty; pub mod health; pub mod health_ttrpc; pub mod oci; pub mod types; -pub mod empty; #[cfg(test)] mod tests {