Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Ford committed Jan 30, 2024
1 parent a9a4e0a commit d526d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async fn run(options: RunOptions) -> Result<i32> {
team_test,
creator_id,
creator_type,
no_exit
no_exit,
} = options;
let mut script = File::open(script)?;
let mut str = String::default();
Expand All @@ -86,7 +86,7 @@ async fn run(options: RunOptions) -> Result<i32> {
team_test,
creator_id,
creator_type,
no_exit
no_exit,
};

let (exit_sender, exit_receiver) = async_channel::unbounded::<()>();
Expand Down

0 comments on commit d526d76

Please sign in to comment.