From 3270be61fc865f312428fc1676e3ac8b07aacde4 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Fri, 8 Nov 2013 12:42:32 -0500 Subject: [PATCH] go fmt --- notifications.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications.go b/notifications.go index 0b096117..c7df61c7 100644 --- a/notifications.go +++ b/notifications.go @@ -24,14 +24,14 @@ var ( const ( // BlockConnectedNtfnId is the id of the btcd blockconnected // notification. - BlockConnectedNtfnId = "btcd:blockconnected" + BlockConnectedNtfnId = "btcd:blockconnected" // BlockDisconnectedNtfnId is the id of the btcd blockdisconnected // notification. BlockDisconnectedNtfnId = "btcd:blockdisconnected" //TxMinedNtfnId is the id of the btcd txmined notification. - TxMinedNtfnId = "btcd:txmined" + TxMinedNtfnId = "btcd:txmined" ) type newNtfnFn func() Notification