Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iFrostizz committed Apr 29, 2024
1 parent 942dbac commit 71c4a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/programs/cmd/simulator/cmd/program.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func programExecuteFunc(
) (ids.ID, []int64, uint64, error) {
// simulate create program transaction
programTxID, err := generateRandomID()

if err != nil {
return ids.Empty, nil, 0, err
}
Expand Down

0 comments on commit 71c4a34

Please sign in to comment.