From 24d1e6da01a1bc3c5f5074afc1a2e174e058e1c1 Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Wed, 4 May 2022 14:07:39 -0400 Subject: [PATCH] types: Minor format Signed-off-by: Thane Thomson --- types/block.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/types/block.go b/types/block.go index 7f5deb737..e8ff59c97 100644 --- a/types/block.go +++ b/types/block.go @@ -744,9 +744,7 @@ type ExtendedCommitSig struct { // NewExtendedCommitSigAbsent returns new ExtendedCommitSig with // BlockIDFlagAbsent. Other fields are all empty. func NewExtendedCommitSigAbsent() ExtendedCommitSig { - return ExtendedCommitSig{ - BlockIDFlag: BlockIDFlagAbsent, - } + return ExtendedCommitSig{BlockIDFlag: BlockIDFlagAbsent} } // ForBlock returns true if ExtendedCommitSig is for the block.