Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Aug 20, 2024
1 parent 5c115d3 commit 2d508a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn tester_deploy_test() {

#[test]
fn tester_deploy_test_spawned_thread() {
let handler = std::thread::spawn(|| tester_deploy_test());
let handler = std::thread::spawn(tester_deploy_test);

handler.join().unwrap();
}

0 comments on commit 2d508a9

Please sign in to comment.