Skip to content

Commit 847ca0d

Browse files
committed
fix lint
1 parent 6b36279 commit 847ca0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/tests/support/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ pub fn build_keys_and_certs_for_tls(tempdir: &TempDir) -> TlsFilePaths {
653653
.arg("genrsa")
654654
.arg("-out")
655655
.arg(name)
656-
.arg(&format!("{size}"))
656+
.arg(format!("{size}"))
657657
.stdout(process::Stdio::null())
658658
.stderr(process::Stdio::null())
659659
.spawn()

0 commit comments

Comments
 (0)