mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
Style fix
This commit is contained in:
parent
3e68368b59
commit
2a3a0d47b3
@ -150,7 +150,8 @@ void parseAndAddLDAPServers(ExternalAuthenticators & external_authenticators, co
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ExternalAuthenticators::reset() {
|
void ExternalAuthenticators::reset()
|
||||||
|
{
|
||||||
std::scoped_lock lock(mutex);
|
std::scoped_lock lock(mutex);
|
||||||
ldap_server_params.clear();
|
ldap_server_params.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user