mirror of
https://github.com/golang/go
synced 2024-11-22 10:24:41 -07:00
misc/dashboard: add missing return value
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7300084
This commit is contained in:
parent
66c96f1abc
commit
a801c8813d
@ -38,7 +38,7 @@ var failIgnore = map[string]bool{
|
||||
// have been retrieved from the datastore within that transaction.
|
||||
func notifyOnFailure(c appengine.Context, com *Commit, builder string) error {
|
||||
if failIgnore[builder] {
|
||||
return
|
||||
return nil
|
||||
}
|
||||
|
||||
// TODO(adg): implement notifications for packages
|
||||
|
Loading…
Reference in New Issue
Block a user