cmd/coordinator: add newline between also tested repo names

Change-Id: Iad4e772d61ebe8bb427e401c2a22d2948cb4d8fb
Reviewed-on: https://go-review.googlesource.com/c/build/+/204077
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Rebecca Stambler 2019-10-29 10:24:57 -04:00 коммит произвёл Brad Fitzpatrick
Родитель 02e7e2b56a
Коммит 35df4b8c62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1453,7 +1453,7 @@ func (ts *trySet) noteBuildComplete(bs *buildStatus) {
if len(ts.xrepos) > 0 {
fmt.Fprintf(&buf, "Also tested the following repos:\n")
for _, st := range ts.xrepos {
fmt.Fprintf(&buf, st.NameAndBranch())
fmt.Fprintf(&buf, "* %s\n", st.NameAndBranch())
}
}
// TODO: provide a link in the final report that links to a permanent summary page