mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-01 09:48:20 +00:00
fix cargo clippy err
This commit is contained in:
@@ -335,7 +335,7 @@ pub async fn heal_sequence_start(h: Arc<HealSequence>) {
|
||||
}
|
||||
},
|
||||
None => {
|
||||
return;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -462,7 +462,7 @@ impl AllHealState {
|
||||
}
|
||||
}
|
||||
|
||||
return (None, false);
|
||||
(None, false)
|
||||
}
|
||||
|
||||
async fn get_heal_sequence(&self, path: &str) -> Option<HealSequence> {
|
||||
|
||||
Reference in New Issue
Block a user