Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lifers committed Aug 16, 2024
1 parent 208e52f commit bf72954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/event/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ fn is_send_sync() -> Result<()> {
let returned_event = thread.join().unwrap();
assert!(Arc::ptr_eq(&event, &returned_event));
Ok(())
}
}

0 comments on commit bf72954

Please sign in to comment.