Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 3, 2024
1 parent 2db7f8a commit 608bb95
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions cmd/zetae2e/stress.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ var (
)

type stressArguments struct {
deployerAddress string
deployerPrivateKey string
network string
txnInterval int64
contractsDeployed bool
config string
network string
txnInterval int64
contractsDeployed bool
config string
}

var stressTestArgs = stressArguments{}
Expand Down

0 comments on commit 608bb95

Please sign in to comment.