chore(rust): clippy fix

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-04 01:18:58 +02:00
parent d6e6dcb032
commit 78307ec8a3
2 changed files with 40 additions and 40 deletions

View File

@@ -67,7 +67,7 @@ impl VcsClient {
"-c",
&format!("http.extraHeader='Authorization: token {}'", token),
"-c",
&format!("http.extraHeader='Sudo: kjuulh'"),
"http.extraHeader='Sudo: kjuulh'",
"-c",
&format!("user.name={}", username),
"-c",