Skip to content

Commit

Permalink
Fix cargo fmt --all warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Dec 7, 2022
1 parent 01a492e commit e695ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/rust-integration-tests/integration_test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ mod tests;
mod utils;

use crate::tests::hooks::get_hooks_tests;
use crate::tests::hostname::get_hostname_test;
use crate::tests::lifecycle::{ContainerCreate, ContainerLifecycle};
use crate::tests::linux_ns_itype::get_ns_itype_tests;
use crate::tests::pidfile::get_pidfile_test;
use crate::tests::readonly_paths::get_ro_paths_test;
use crate::tests::seccomp_notify::get_seccomp_notify_test;
use crate::tests::tlb::get_tlb_test;
use crate::tests::hostname::get_hostname_test;
use crate::utils::support::{set_runtime_path, set_runtimetest_path};
use anyhow::{Context, Result};
use clap::Parser;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pub mod cgroups;
pub mod hooks;
pub mod hostname;
pub mod lifecycle;
pub mod linux_ns_itype;
pub mod pidfile;
pub mod readonly_paths;
pub mod seccomp_notify;
pub mod tlb;
pub mod hostname;

0 comments on commit e695ea6

Please sign in to comment.