mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 16:37:07 +00:00
fix: 优化警告代码
This commit is contained in:
@@ -68,7 +68,7 @@ impl ECStore {
|
||||
.await?;
|
||||
|
||||
if deployment_id.is_none() {
|
||||
deployment_id = Some(fm.id.clone());
|
||||
deployment_id = Some(fm.id);
|
||||
}
|
||||
|
||||
if deployment_id != Some(fm.id) {
|
||||
|
||||
Reference in New Issue
Block a user