From 1ca389aa3d063d813273d290a5102d6d088b4dfb Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 14 Nov 2013 11:13:58 -0600 Subject: [PATCH] Go fmt. --- script.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script.go b/script.go index a275aef4..1ca6bd7d 100644 --- a/script.go +++ b/script.go @@ -147,10 +147,10 @@ const ( ) var scriptClassToName = []string{ - PubKeyTy: "pubkey", - PubKeyHashTy: "pubkeyhash", - ScriptHashTy: "scripthash", - MultiSigTy: "multisig", + PubKeyTy: "pubkey", + PubKeyHashTy: "pubkeyhash", + ScriptHashTy: "scripthash", + MultiSigTy: "multisig", NonStandardTy: "nonstandard", }