Minor formatting
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user