Skip to content

Commit f5b3066

Browse files
fix: fix indentation
1 parent 95c44bd commit f5b3066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/fe-core/src/test/java/org/apache/doris/mysql/authenticate/ldap/LdapAuthenticatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void testEmptyPassword() throws IOException {
161161
//running test with specified value - false - ldap_allow_empty_pass is explicitly set to false
162162
LdapConfig.ldap_allow_empty_pass = false;
163163
response = ldapAuthenticator.authenticate(request);
164-
Assert.assertFalse(response.isSuccess());
164+
Assert.assertFalse(response.isSuccess());
165165
}
166166

167167
@After

0 commit comments

Comments
 (0)