Minor formatting
This commit is contained in:
parent
f7cab37d3c
commit
4e3efb6007
@ -508,7 +508,7 @@ impl BenchmarkRepository
|
|||||||
Err(error) => panic!("could not obtain tree: {}", error),
|
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 author = job_commit.author();
|
||||||
let committer = job_commit.committer();
|
let committer = job_commit.committer();
|
||||||
@ -523,7 +523,7 @@ impl BenchmarkRepository
|
|||||||
|
|
||||||
let push_refspec = format!("refs/remotes/origin/results:refs/heads/results");
|
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();
|
let mut remote_callbacks = RemoteCallbacks::new();
|
||||||
remote_callbacks.credentials(
|
remote_callbacks.credentials(
|
||||||
|
Loading…
Reference in New Issue
Block a user