Przeglądaj źródła

style remove the extra space

Xiang Li 12 lat temu
rodzic
commit
8b2e1025ef
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      store/event.go

+ 1 - 2
store/event.go

@@ -15,8 +15,7 @@ const (
 )
 )
 
 
 type Event struct {
 type Event struct {
-	Action string `json:"action"`
-
+	Action        string     `json:"action"`
 	Key           string     `json:"key, omitempty"`
 	Key           string     `json:"key, omitempty"`
 	Dir           bool       `json:"dir,omitempty"`
 	Dir           bool       `json:"dir,omitempty"`
 	PrevValue     string     `json:"prevValue,omitempty"`
 	PrevValue     string     `json:"prevValue,omitempty"`