Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Jan 14, 2023
1 parent f74eac5 commit 126a848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/core/02-client/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func (q Keeper) ClientStates(c context.Context, req *types.QueryClientStatesRequ
clientStates = append(clientStates, identifiedClient)
return true, nil
})

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 126a848

Please sign in to comment.