Polish Format

Issue gh-13079
This commit is contained in:
Josh Cummings
2023-04-24 12:52:26 -06:00
parent 73a543d318
commit 599ed3e96b
2 changed files with 3 additions and 2 deletions

View File

@@ -271,4 +271,5 @@ public class AuthorityAuthorizationManagerTests {
void hasAnyRoleWhenEmptyRolePrefixThenNoException() {
AuthorityAuthorizationManager.hasAnyRole("", new String[] { "USER" });
}
}