Skip to content

Commit

Permalink
Lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 6, 2023
1 parent 039fa81 commit bc18a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ func (tr TestRun) invokeDowntimeSlash(action downtimeSlashAction, verbose bool)
}

// Sets validator downtime by setting the virtual ethernet interface of a node to "up" or "down"
func (tr TestRun) setValidatorDowntime(chain ChainID, validator ValidatorID, down bool, verbose bool) {
func (tr TestRun) setValidatorDowntime(chain ChainID, validator ValidatorID, down, verbose bool) {
var lastArg string
if down {
lastArg = "down"
Expand Down

0 comments on commit bc18a8c

Please sign in to comment.