From 9ef0337605200d96c1be3b1a20c1afe2fa08b0f7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 25 Nov 2019 17:35:00 +0100 Subject: [PATCH] Apply cargo fmt --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 9667d10..2a7b7d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -274,8 +274,7 @@ fn overview( } => { let mut buf = Vec::new(); let repo_info = RepoInfo { - commit_url: - &T::commit_url(&repo, &head), + commit_url: &T::commit_url(&repo, &head), commits, domain: &OPT.domain, head: &head,