Skip to content

Commit d5f5bc0

Browse files
committed
style: fix fmt
1 parent 20914fd commit d5f5bc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/atomic/unsync.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,10 @@ use atomic_int;
433433

434434
#[cfg(test)]
435435
mod tests {
436-
use super::*;
437436
use std::sync::atomic::Ordering::Relaxed;
438437

438+
use super::*;
439+
439440
#[test]
440441
fn atomic_u16_fetch_add_wraps() {
441442
let a = AtomicU16::new(u16::MAX);

0 commit comments

Comments
 (0)