Fix gofmt issues

This commit is contained in:
Stephen Heywood 2020-05-26 22:04:55 +00:00
parent 7622a794da
commit b3baef5e05

View File

@ -38,7 +38,6 @@ const (
eventRetryTimeout = 1 * time.Minute eventRetryTimeout = 1 * time.Minute
) )
// Action is a function to be performed by the system. // Action is a function to be performed by the system.
type Action func() error type Action func() error