lint(iam): Remove redundant return statement

dkanney-get-token
dkanney 1 week ago
parent 218f7eff19
commit 2b0193d282

@ -492,7 +492,6 @@ type projectRole struct {
func (p *projectRole) removeGrantScope() {
// no-op since hierarchical isn't supported by project roles
return
}
func (p *projectRole) setGrantScope(ctx context.Context, specialGrant string) error {

Loading…
Cancel
Save