From b29f112f05eaf541de73ae8707d2ea7f895c0637 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 2 Dec 2013 17:32:36 -0500 Subject: [PATCH] go fmt --- notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.go b/notifications.go index e2a9c0c4..55ecd3be 100644 --- a/notifications.go +++ b/notifications.go @@ -267,7 +267,7 @@ func (n *TxMinedNtfn) UnmarshalJSON(b []byte) error { // TxNtfn is a type handling custom marshaling and // unmarshaling of newtx JSON websocket notifications. type TxNtfn struct { - Account string `json:"account"` + Account string `json:"account"` Details map[string]interface{} `json:"details"` }