mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix style
This commit is contained in:
parent
14647ed03b
commit
68f2e93443
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user