Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
Tabs vs spaces war.
  • Loading branch information
pdyraga committed Jan 27, 2021
1 parent 4b47a33 commit f5ebf3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/generators/ethereum/command.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func initialize{{.Class}}(c *cli.Context) (*contract.{{.Class}}, error) {

miningWaiter := ethutil.NewMiningWaiter(client, checkInterval, maxGasPrice)

blockCounter, err := blockcounter.CreateBlockCounter(client)
blockCounter, err := blockcounter.CreateBlockCounter(client)
if err != nil {
return nil, fmt.Errorf(
"failed to create Ethereum blockcounter: [%v]",
Expand Down
2 changes: 1 addition & 1 deletion tools/generators/ethereum/command_template_content.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func initialize{{.Class}}(c *cli.Context) (*contract.{{.Class}}, error) {
miningWaiter := ethutil.NewMiningWaiter(client, checkInterval, maxGasPrice)
blockCounter, err := blockcounter.CreateBlockCounter(client)
blockCounter, err := blockcounter.CreateBlockCounter(client)
if err != nil {
return nil, fmt.Errorf(
"failed to create Ethereum blockcounter: [%v]",
Expand Down

0 comments on commit f5ebf3c

Please sign in to comment.