From 7bca77170da72539220e6deb675bc597dc2b5f0c Mon Sep 17 00:00:00 2001 From: MestryOmkar Date: Wed, 7 Nov 2018 11:18:06 +0530 Subject: [PATCH] fix gofmt --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index c2078873c2..9dd97f3a2c 100644 --- a/common/constants.go +++ b/common/constants.go @@ -11,5 +11,5 @@ const ( EpocBlockOpening = 850 EpocBlockRandomize = 900 MaxMasternodes = 150 - LimitPenaltyEpoch = 4 + LimitPenaltyEpoch = 4 ) \ No newline at end of file