Skip to content

Commit

Permalink
clippies
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Aug 16, 2023
1 parent 6bfa55a commit f71daeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pageserver/src/tenant/remote_timeline_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ mod tests {
let TestSetup {
harness,
tenant: _tenant,
timeline,
timeline: _timeline,
tenant_ctx: _tenant_ctx,
remote_fs_dir,
client,
Expand Down Expand Up @@ -1637,7 +1637,7 @@ mod tests {
let TestSetup {
harness,
tenant: _tenant,
timeline,
timeline: _timeline,
client,
..
} = TestSetup::new("metrics").await.unwrap();
Expand Down

0 comments on commit f71daeb

Please sign in to comment.