Skip to content

Commit

Permalink
ci: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Dec 20, 2024
1 parent 5fbec70 commit fe24387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/walingest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@ mod tests {
while let Some((lsn, recdata)) = decoder.poll_decode().unwrap() {
let interpreted = InterpretedWalRecord::from_bytes_filtered(
recdata,
&vec![*modification.tline.get_shard_identity()],
&[*modification.tline.get_shard_identity()],
lsn,
modification.tline.pg_version,
)
Expand Down

0 comments on commit fe24387

Please sign in to comment.