Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandoef committed Feb 8, 2025
1 parent cac7c86 commit 0c5125e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ private boolean matchTagOrSecurity(IQueryParameterType theParam, IBaseResource t

if (param.getModifier() == TokenParamModifier.NOT) {
// :not filters for security labels / tags should always match resources with no security labels / tags
if (isEmpty(list)){
if (isEmpty(list)) {
return true;
}
haveMatch = !haveMatch;
Expand Down

0 comments on commit 0c5125e

Please sign in to comment.