Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Jan 19, 2025
1 parent b11aa07 commit 24a6109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/snapshots/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl SnapshotStorage {
&self,
entity_slug: &str,
database_slug: &str,
snapshot_ids: &Vec<String>,
snapshot_ids: &[String],
) -> Result<(), AybError> {
let delete_futures: Vec<_> = snapshot_ids
.iter()
Expand Down

0 comments on commit 24a6109

Please sign in to comment.