Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Oct 4, 2024
1 parent f431a15 commit 1aa32c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/platformvm/txs/executor/warp_verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (*WarpVerifier) ConvertSubnetTx(*txs.ConvertSubnetTx) error {
return nil
}

func (w *WarpVerifier) IncreaseBalanceTx(*txs.IncreaseBalanceTx) error {
func (*WarpVerifier) IncreaseBalanceTx(*txs.IncreaseBalanceTx) error {
return nil
}

Expand Down

0 comments on commit 1aa32c5

Please sign in to comment.