From 16930873e6d8001c7710420d00c45982ca1c4eda Mon Sep 17 00:00:00 2001 From: Tuna Date: Fri, 12 Oct 2018 15:39:36 +0700 Subject: [PATCH] fix gofmt --- common/constants.go | 2 +- contracts/utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/constants.go b/common/constants.go index 3ac171a21f..526325a1ae 100644 --- a/common/constants.go +++ b/common/constants.go @@ -11,5 +11,5 @@ const ( EpocBlockOpening = 850 EpocBlockRandomize = 900 MaxMasternodes = 150 - LimitPenaltyEpoch = 4 + LimitPenaltyEpoch = 4 ) diff --git a/contracts/utils.go b/contracts/utils.go index 09ce5bc711..435f6d668d 100644 --- a/contracts/utils.go +++ b/contracts/utils.go @@ -590,4 +590,4 @@ func GetM2FromCheckpointBlock(checkpointBlock types.Block) ([]common.Address, er } return m2List, nil -} \ No newline at end of file +}