gofmt and govet

This commit is contained in:
Tulir Asokan
2018-03-23 01:07:44 +02:00
parent 16635dcde7
commit a3f48093eb
7 changed files with 40 additions and 31 deletions

View File

@ -46,9 +46,9 @@ type PushActionArrayShould struct {
// Whether or not the array contained a Notify, DontNotify or Coalesce action type.
NotifySpecified bool
// Whether or not the event in question should trigger a notification.
Notify bool
Notify bool
// Whether or not the event in question should be highlighted.
Highlight bool
Highlight bool
// Whether or not the event in question should trigger a sound alert.
PlaySound bool