Skip to content

Commit e99d62d

Browse files
committed
Update apply.py
1 parent ca5be7c commit e99d62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def apply_flow_style(data):
7474

7575
ret = []
7676
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))
77+
ret.append(recurse(fld, lambda f: order_keys(f, ['name', 'comment', 'type', 'count', 'fields']), apply_flow_style))
7878
if len(ret) != 0:
7979
comment = data.ca.items.get('fields', None)
8080
data['fields'] = ret

0 commit comments

Comments
 (0)