Minor formatting

This commit is contained in:
Patrick Lühne 2019-03-02 02:39:54 +01:00
parent f7cab37d3c
commit 4e3efb6007
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 2 additions and 2 deletions

View File

@ -508,7 +508,7 @@ impl BenchmarkRepository
Err(error) => panic!("could not obtain tree: {}", error),
};
trace!("Created tree object “{}”", new_tree_object_id);
trace!("created tree object “{}”", new_tree_object_id);
let author = job_commit.author();
let committer = job_commit.committer();
@ -523,7 +523,7 @@ impl BenchmarkRepository
let push_refspec = format!("refs/remotes/origin/results:refs/heads/results");
trace!("Created commit “{}”, using refspec “{}”", commit_id, push_refspec);
trace!("created commit “{}”, using refspec “{}”", commit_id, push_refspec);
let mut remote_callbacks = RemoteCallbacks::new();
remote_callbacks.credentials(