Browse Source

style remove the extra space

Xiang Li 12 năm trước cách đây
mục cha
commit
8b2e1025ef
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      store/event.go

+ 1 - 2
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"`