Style fix

This commit is contained in:
Denis Glazachev 2020-07-11 21:31:00 +04:00
parent 3e68368b59
commit 2a3a0d47b3

View File

@ -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();
} }