Skip to content

Commit 8573e6c

Browse files
author
IDX GitHub Automation
committed
Automatically fixing code for linting and formatting issues
1 parent 6fb79c3 commit 8573e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rs/tests/driver/src/driver/prometheus_vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ use crate::driver::{
3232
test_setup::{GroupSetup, InfraProvider},
3333
universal_vm::{UniversalVm, UniversalVms},
3434
};
35-
use crate::util::block_on;
3635
use crate::driver::{
3736
farm::{DnsRecord, DnsRecordType},
3837
test_env::TestEnvAttribute,
3938
test_env_api::CreateDnsRecords,
4039
};
40+
use crate::util::block_on;
4141

4242
const PROMETHEUS_VM_NAME: &str = "prometheus";
4343

0 commit comments

Comments
 (0)