Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Jan 8, 2025
1 parent 358d4b8 commit b89578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/atlasproject/custom_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func findRolesToDelete(prevSpec, akoRoles, atlasRoles []customroles.CustomRole)
lastAppliedRolesMap := mapCustomRolesByName(prevSpec)
akoRolesMap := mapCustomRolesByName(akoRoles)
atlasRolesMap := mapCustomRolesByName(atlasRoles)

for atlasIx, atlasRole := range atlasRolesMap {
_, inAKO := akoRolesMap[atlasIx]
_, inLastApplied := lastAppliedRolesMap[atlasIx]
Expand Down

0 comments on commit b89578a

Please sign in to comment.