mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Tidy fix
This commit is contained in:
parent
45bdd04dd7
commit
143439dd70
@ -52,6 +52,6 @@ REFRESH_SETTINGS_SUPPORTED_TYPES(RefreshSettings, IMPLEMENT_SETTING_SUBSCRIPT_OP
|
||||
|
||||
void RefreshSettings::applyChanges(const SettingsChanges & changes)
|
||||
{
|
||||
return impl->applyChanges(changes);
|
||||
impl->applyChanges(changes);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user