Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Feb 26, 2024
1 parent 017da21 commit 1976a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-utils/src/dev/clickhouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ mod tests {
// (https://github.com/oxidecomputer/omicron/issues/3580).
write_and_wait(
&mut file,
format!("{}", &CLICKHOUSE_PORT[..30]),
(&CLICKHOUSE_PORT[..30]).to_string(),
writer_interval,
)
.await;
Expand Down

0 comments on commit 1976a66

Please sign in to comment.