Skip to content

Commit cd274f4

Browse files
committed
linter
1 parent 167e0b9 commit cd274f4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

systemtests/testnet_init.go

+6-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ import (
1414
)
1515

1616
type LegacySingleNode struct {
17-
execBinary string
18-
workDir string
19-
chainID string
20-
outputDir string
21-
initialNodesCount int
22-
minGasPrice string
23-
commitTimeout time.Duration
24-
log func(string)
17+
execBinary string
18+
workDir string
19+
chainID string
20+
outputDir string
21+
minGasPrice string
22+
log func(string)
2523
}
2624

2725
// NewLegacySingleNodeInitializer constructor

0 commit comments

Comments
 (0)