Skip to content

Commit e7d0803

Browse files
committed
format
1 parent d105032 commit e7d0803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/std/src/sync/rwlock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1100,4 +1100,4 @@ impl<'a, T: ?Sized> MappedRwLockWriteGuard<'a, T> {
11001100
None => Err(orig),
11011101
}
11021102
}
1103-
}
1103+
}

library/std/src/sync/rwlock/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -640,4 +640,4 @@ fn test_downgrade_atomic() {
640640

641641
let final_check = rw.read().unwrap();
642642
assert_eq!(*final_check, W as i32 - 1);
643-
}
643+
}

0 commit comments

Comments
 (0)