Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpenko committed Jul 10, 2024
1 parent 7d1f064 commit d88b600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/watch_many_threads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/// - run "workload" when got the lock;
/// - release lock by dropping channel;
/// - exit.
///
/// As result, each manager holds lock for some time and publish its index and lock/unlock event
/// to the channel for further analyzing.
///
Expand Down Expand Up @@ -77,7 +78,7 @@ fn watch_many_threads() -> Result<()> {
unreachable!("Incorrect event type at previous step");
}
}
println!("");
println!();

Ok(())
}
Expand Down

0 comments on commit d88b600

Please sign in to comment.