Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed Dec 9, 2024
1 parent 484647b commit 1083f18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions storage_scrubber/src/pageserver_physical_gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,7 @@ fn validate_index_part_with_offloaded(
));
}
} else {
warnings.push(format!(
"Timeline offloaded in manifest but not archived in index-part"
));
warnings.push("Timeline offloaded in manifest but not archived in index-part".to_string());
}
if index_part.metadata.ancestor_timeline() != offloaded.ancestor_timeline_id {
warnings.push(format!(
Expand Down

0 comments on commit 1083f18

Please sign in to comment.