We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5be7c commit e99d62dCopy full SHA for e99d62d
apply.py
@@ -74,7 +74,7 @@ def apply_flow_style(data):
74
75
ret = []
76
for fld in data['fields']:
77
- ret.append(recurse(fld, lambda f: order_keys(f, ['name', 'comment', 'type', 'count', 'fields']), apply_flow_style, apply_names))
+ ret.append(recurse(fld, lambda f: order_keys(f, ['name', 'comment', 'type', 'count', 'fields']), apply_flow_style))
78
if len(ret) != 0:
79
comment = data.ca.items.get('fields', None)
80
data['fields'] = ret
0 commit comments