Browse Source

style remove the extra space

Xiang Li 12 years ago
parent
commit
8b2e1025ef
1 changed files with 1 additions and 2 deletions
  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"`