Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Oct 16, 2024
1 parent 77cfa4d commit b03acc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rs/tests/crypto/ic_crypto_csp_umask_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ Coverage::
end::catalog[] */

use anyhow::bail;
use anyhow::Result;
use ic_consensus_system_test_utils::node::await_node_certified_height;
use ic_registry_subnet_type::SubnetType;
use ic_system_test_driver::driver::group::SystemTestGroup;
use ic_system_test_driver::driver::ic::{InternetComputer, Subnet};
use ic_system_test_driver::driver::test_env::TestEnv;
use ic_system_test_driver::driver::test_env_api::{
GetFirstHealthyNodeSnapshot, HasTopologySnapshot, IcNodeContainer, IcNodeSnapshot, SshSession,
READY_WAIT_TIMEOUT, RETRY_BACKOFF,
};
use ic_system_test_driver::systest;
use ic_types::Height;
use slog::{info, Logger};
use anyhow::Result;
use ic_system_test_driver::driver::group::SystemTestGroup;
use ic_system_test_driver::systest;

const SHORT_DKG_INTERVAL: u64 = 3;

Expand Down
6 changes: 3 additions & 3 deletions rs/tests/crypto/ic_crypto_fstrim_tool_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ Coverage::
end::catalog[] */

use anyhow::Result;
use ic_fstrim_tool::FsTrimMetrics;
use ic_registry_subnet_type::SubnetType;
use ic_system_test_driver::driver::group::SystemTestGroup;
use ic_system_test_driver::driver::ic::InternetComputer;
use ic_system_test_driver::driver::test_env::TestEnv;
use ic_system_test_driver::driver::test_env_api::{
GetFirstHealthyNodeSnapshot, HasTopologySnapshot, IcNodeContainer, IcNodeSnapshot, SshSession,
};
use ic_system_test_driver::systest;
use slog::{info, Logger};
use std::io::{BufRead, BufReader};
use std::time::Duration;
use anyhow::Result;
use ic_system_test_driver::driver::group::SystemTestGroup;
use ic_system_test_driver::systest;

const FSTRIM_METRICS_FILE: &str = "/run/node_exporter/collector_textfile/fstrim.prom";

Expand Down

0 comments on commit b03acc1

Please sign in to comment.