mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
misc lint
This commit is contained in:
parent
cece88b6a0
commit
6bbb783af8
3 changed files with 4 additions and 5 deletions
|
@ -380,7 +380,7 @@ type stubRoleAssignmentsAPI struct {
|
|||
}
|
||||
|
||||
func (a *stubRoleAssignmentsAPI) Create(ctx context.Context, scope string, roleAssignmentName string, parameters authorization.RoleAssignmentCreateParameters) (authorization.RoleAssignment, error) {
|
||||
a.createCounter += 1
|
||||
a.createCounter++
|
||||
if len(a.createErrors) == 0 {
|
||||
return authorization.RoleAssignment{}, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue