mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 07:06:53 +00:00
fix: fmt
This commit is contained in:
@@ -1136,7 +1136,6 @@ impl FromStr for ReplicationAction {
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
// 忽略大小写比较字符串列表
|
||||
// fn equals(k1: &str, keys: &[&str]) -> bool {
|
||||
// keys.iter().any(|&k2| k1.eq_ignore_ascii_case(k2))
|
||||
|
||||
@@ -759,7 +759,10 @@ impl ScannerItem {
|
||||
let replication = match metadata_sys::get_replication_config(&oi.bucket).await {
|
||||
Ok((replication, _)) => replication,
|
||||
Err(_) => {
|
||||
error!("heal_replication: failed to get replication config for bucket: {} and object name: {}", oi.bucket, oi.name);
|
||||
error!(
|
||||
"heal_replication: failed to get replication config for bucket: {} and object name: {}",
|
||||
oi.bucket, oi.name
|
||||
);
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user