mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix style
This commit is contained in:
parent
77223d682d
commit
4aab1170ef
@ -104,9 +104,8 @@ public:
|
||||
|
||||
Settings settings = context->getSettings();
|
||||
if ((settings.min_bytes_to_keep && settings.min_bytes_to_keep > settings.max_bytes_to_keep)
|
||||
|| (settings.min_rows_to_keep && settings.min_rows_to_keep > settings.max_rows_to_keep)) {
|
||||
|| (settings.min_rows_to_keep && settings.min_rows_to_keep > settings.max_rows_to_keep))
|
||||
throw Exception(ErrorCodes::SETTING_CONSTRAINT_VIOLATION, "Min. bytes / rows must be set with a max.");
|
||||
}
|
||||
|
||||
std::lock_guard lock(storage.mutex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user