From 8b2e1025efecadd2bebbe1c9d8949a5a2411652f Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Mon, 11 Nov 2013 21:19:30 -0800 Subject: [PATCH] style remove the extra space --- store/event.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/store/event.go b/store/event.go index 126ceee4b..f3d607e0b 100644 --- a/store/event.go +++ b/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"`