mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +00:00
Fix coding style
This commit is contained in:
parent
898dd8bb8e
commit
77c8f03459
@ -94,6 +94,7 @@ EXTERN_TYPES_EXCLUDES=(
|
||||
ErrorCodes::values[i]
|
||||
ErrorCodes::getErrorCodeByName
|
||||
ErrorCodes::Value
|
||||
ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT
|
||||
)
|
||||
for extern_type in ${!EXTERN_TYPES[@]}; do
|
||||
type_of_extern=${EXTERN_TYPES[$extern_type]}
|
||||
|
Loading…
Reference in New Issue
Block a user