diff --git a/store/event.go b/store/event.go index 126ceee4b..f3d607e0b 100644 --- a/store/event.go +++ b/store/event.go @@ -15,8 +15,7 @@ const ( ) type Event struct { - Action string `json:"action"` - + Action string `json:"action"` Key string `json:"key, omitempty"` Dir bool `json:"dir,omitempty"` PrevValue string `json:"prevValue,omitempty"`