Skip to content

Commit a4bfd4e

Browse files
committed
fix lint issue
1 parent c658c57 commit a4bfd4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/config/chain_scoped.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ func (e *EVMConfig) FinalityTagEnabled() bool {
114114

115115
func (e *EVMConfig) SafeTagSupported() bool {
116116
if e == nil || e.C == nil || e.C.SafeTagSupported == nil {
117-
return false
118-
}
119-
return *e.C.SafeTagSupported
117+
return false
118+
}
119+
return *e.C.SafeTagSupported
120120
}
121121

122122
func (e *EVMConfig) LogKeepBlocksDepth() uint32 {

0 commit comments

Comments
 (0)