Apply cargo fmt
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Valentin Brandl 2019-11-25 17:35:00 +01:00
parent bbf5bba490
commit 9ef0337605
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -274,8 +274,7 @@ fn overview<T: Service>(
} => { } => {
let mut buf = Vec::new(); let mut buf = Vec::new();
let repo_info = RepoInfo { let repo_info = RepoInfo {
commit_url: commit_url: &T::commit_url(&repo, &head),
&T::commit_url(&repo, &head),
commits, commits,
domain: &OPT.domain, domain: &OPT.domain,
head: &head, head: &head,