Fix coding style

This commit is contained in:
Pablo Marcos 2024-06-28 17:26:03 +00:00
parent 898dd8bb8e
commit 77c8f03459

View File

@ -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]}