Skip to content

Commit f9742cb

Browse files
fix: fix indentation
1 parent ab5be69 commit f9742cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)