Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Aug 16, 2024
1 parent d105032 commit e7d0803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/std/src/sync/rwlock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1100,4 +1100,4 @@ impl<'a, T: ?Sized> MappedRwLockWriteGuard<'a, T> {
None => Err(orig),
}
}
}
}
2 changes: 1 addition & 1 deletion library/std/src/sync/rwlock/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,4 +640,4 @@ fn test_downgrade_atomic() {

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

0 comments on commit e7d0803

Please sign in to comment.