diff --git a/src/Processors/Formats/Impl/AvroRowInputFormat.h b/src/Processors/Formats/Impl/AvroRowInputFormat.h index 49a34261cfc..6245d704e74 100644 --- a/src/Processors/Formats/Impl/AvroRowInputFormat.h +++ b/src/Processors/Formats/Impl/AvroRowInputFormat.h @@ -52,7 +52,7 @@ private: void execute(MutableColumns & columns, avro::Decoder & decoder) const { - switch(type) + switch (type) { case Deserialize: deserialize_fn(*columns[target_column_idx], decoder);