mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
agent: fix cargo fmt
Otherwise travis fails. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
c05c4ba5e7
commit
daf2a54dc8
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
pub mod agent;
|
pub mod agent;
|
||||||
pub mod agent_ttrpc;
|
pub mod agent_ttrpc;
|
||||||
|
pub mod empty;
|
||||||
pub mod health;
|
pub mod health;
|
||||||
pub mod health_ttrpc;
|
pub mod health_ttrpc;
|
||||||
pub mod oci;
|
pub mod oci;
|
||||||
pub mod types;
|
pub mod types;
|
||||||
pub mod empty;
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
Loading…
Reference in New Issue
Block a user