Skip to content

Commit

Permalink
nit: remove useless code (#7228)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Aug 29, 2024
1 parent 56b1002 commit 03723d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions modules/light-clients/08-wasm/testing/simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ func enrichAutoCliOpts(autoCliOpts autocli.AppOptions, clientCtx client.Context)
}

autoCliOpts.ClientCtx = clientCtx
if err != nil {
return autocli.AppOptions{}, err
}

return autoCliOpts, nil
}
Expand Down
3 changes: 0 additions & 3 deletions simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ func enrichAutoCliOpts(autoCliOpts autocli.AppOptions, clientCtx client.Context)
}

autoCliOpts.ClientCtx = clientCtx
if err != nil {
return autocli.AppOptions{}, err
}

return autoCliOpts, nil
}
Expand Down

0 comments on commit 03723d4

Please sign in to comment.