agent: fix cargo fmt

Otherwise travis fails.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao 2020-09-27 20:17:20 +08:00 committed by Eric Ernst
parent 9f3113e1f6
commit b549d354bf

View File

@ -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 {