From 4e3efb6007321b546f98057e554bc0fa8ae07eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 2 Mar 2019 02:39:54 +0100 Subject: [PATCH] Minor formatting --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 2d5a873..ffc33a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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(