Skip to content

Commit

Permalink
Fixed linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Sep 5, 2024
1 parent 0036c3c commit 59ce748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide-core/tests/utilities/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ pub fn build_keys_and_certs_for_tls(tempdir: &TempDir) -> TlsFilePaths {
.arg("genrsa")
.arg("-out")
.arg(name)
.arg(&format!("{size}"))
.arg(format!("{size}"))
.stdout(process::Stdio::null())
.stderr(process::Stdio::null())
.spawn()
Expand Down

0 comments on commit 59ce748

Please sign in to comment.