Skip to content

Commit

Permalink
chore: miss end line
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Feb 14, 2024
1 parent f6957cb commit 29cdce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v4_1_0/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func migrateMultisigVesting(ctx sdk.Context,
currentVestingAcc, ok := currentAcc.(*vestingtypes.ContinuousVestingAccount)
if !ok {
// skip if account invalid
fmt.Printf("err currentAcc.(*vestingtypes.ContinuousVestingAccount): %+v", currentAcc)
fmt.Printf("err currentAcc.(*vestingtypes.ContinuousVestingAccount): %+v\n", currentAcc)
return
}
// process migrate
Expand Down

0 comments on commit 29cdce7

Please sign in to comment.