Skip to content

Commit

Permalink
thanks clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 26, 2020
1 parent 8bd6182 commit bdcaf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-transport/src/client/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl<H: Http> client::Transport for Transport<H> {
let headers = &[
format!("Content-Type: application/x-git-{}-request", service.as_str()),
format!("Accept: application/x-git-{}-result", service.as_str()),
format!("Expect:"),
"Expect:".into(),
];
let PostResponse {
headers,
Expand Down

0 comments on commit bdcaf36

Please sign in to comment.