Skip to content

Commit 7fc178d

Browse files
committed
chore: cargo fmt
1 parent 55f7cdf commit 7fc178d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/mapref/multiple.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@ pub struct RefMutMulti<'a, K, V> {
4646
}
4747

4848
impl<'a, K: Eq + Hash, V> RefMutMulti<'a, K, V> {
49-
pub(crate) fn new(
50-
guard: Arc<RwLockWriteGuardDetached<'a>>,
51-
k: &'a K,
52-
v: &'a mut V,
53-
) -> Self {
49+
pub(crate) fn new(guard: Arc<RwLockWriteGuardDetached<'a>>, k: &'a K, v: &'a mut V) -> Self {
5450
Self {
5551
_guard: guard,
5652
k,

0 commit comments

Comments
 (0)