Преглед изворни кода

style remove the extra space

Xiang Li пре 12 година
родитељ
комит
8b2e1025ef
1 измењених фајлова са 1 додато и 2 уклоњено
  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"`