style remove the extra space

release-0.4
Xiang Li 2013-11-11 21:19:30 -08:00
parent e427c85f03
commit 8b2e1025ef
1 changed files with 1 additions and 2 deletions

View File

@ -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"`