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,