Skip to content

Commit

Permalink
Update internal/clientgen/clientgentypes/clientgentypes.go
Browse files Browse the repository at this point in the history
Co-authored-by: André Eriksson <[email protected]>
  • Loading branch information
nitsanshai and eandre authored Sep 30, 2024
1 parent 38542fd commit de161e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clientgen/clientgentypes/clientgentypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (t TagSet) IsRPCIncluded(rpc *meta.RPC) bool {
continue
}

if included, ok := t.included[selector.Value]; ok && included {
if t.included[selector.Value] {
return true
}
}
Expand Down

0 comments on commit de161e0

Please sign in to comment.