Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Dec 2, 2024
1 parent 2882af6 commit 9b58753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage_controller/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6291,8 +6291,8 @@ impl Service {
return;
};
(
locked.nodes.get(&attached).unwrap().clone(),
locked.nodes.get(&secondary).unwrap().clone(),
locked.nodes.get(attached).unwrap().clone(),
locked.nodes.get(secondary).unwrap().clone(),
)
};

Expand Down

0 comments on commit 9b58753

Please sign in to comment.