Skip to content

Commit bbf11f1

Browse files
committed
formatting
1 parent 03f63c1 commit bbf11f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/pkg/common/chain_id_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func parseProtoFile() ([]ProtoEntry, error) {
102102
// This traverses the parsed Go code looking for constant declarations
103103
// that have the type "ChainID"
104104
ast.Inspect(node, func(n ast.Node) bool {
105-
x, ok := n.(*ast.GenDecl)
105+
x, ok := n.(*ast.GenDecl)
106106
if ok {
107107
if x.Tok == token.CONST {
108108
for _, spec := range x.Specs {

0 commit comments

Comments
 (0)