Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Jun 8, 2023
1 parent 9cbbdc6 commit a77f7e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/bin/auto_exec_i.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use clap::Parser;
use onomy_test_lib::{super_orchestrator::{ctrlc_init, docker_helpers::auto_exec_i, std_init, stacked_errors::Result}};
use onomy_test_lib::super_orchestrator::{
ctrlc_init, docker_helpers::auto_exec_i, stacked_errors::Result, std_init,
};

/// Runs auto_exec_i
#[derive(Parser, Debug)]
Expand Down

0 comments on commit a77f7e1

Please sign in to comment.