From a3f48093ebd8fcc3dc2ffefc727378ae8dca7269 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 23 Mar 2018 01:07:44 +0200 Subject: gofmt and govet --- matrix/pushrules/action.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'matrix/pushrules') diff --git a/matrix/pushrules/action.go b/matrix/pushrules/action.go index 1de973f..acb97b9 100644 --- a/matrix/pushrules/action.go +++ b/matrix/pushrules/action.go @@ -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 -- cgit v1.2.3