mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fix whitespace
This commit is contained in:
parent
52c825db44
commit
9b61de2b8b
@ -70,8 +70,8 @@ IMPLEMENT_SETTING_ENUM(DistributedProductMode, ErrorCodes::UNKNOWN_DISTRIBUTED_P
|
||||
|
||||
|
||||
IMPLEMENT_SETTING_ENUM(QueryCacheNondeterministicFunctionHandling, ErrorCodes::BAD_ARGUMENTS,
|
||||
{{"throw", QueryCacheNondeterministicFunctionHandling::Throw},
|
||||
{"save", QueryCacheNondeterministicFunctionHandling::Save},
|
||||
{{"throw", QueryCacheNondeterministicFunctionHandling::Throw},
|
||||
{"save", QueryCacheNondeterministicFunctionHandling::Save},
|
||||
{"ignore", QueryCacheNondeterministicFunctionHandling::Ignore}})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user