1
0
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:
Andrew Gerrand 2013-02-11 18:01:18 +11:00
parent 66c96f1abc
commit a801c8813d

View File

@ -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