Skip to content

Commit e7ff9f6

Browse files
committed
Quick fix for indentation error
Signed-off-by: Aryan Roy <aryanroy5678@gmail.com>
1 parent ef9e546 commit e7ff9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formulate/toast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def toast(ptnode: matching_tree.ptnode, nxp : bool):
170170
func_arguments,
171171
index=func_names[0].start_pos,
172172
)
173-
for elem in trailer.children[0].children:
173+
174174
func_arguments = [toast(elem,nxp) for elem in trailer.children[0].children]
175175

176176
funcs = root_to_common(func_names, func_names[0].start_pos)

0 commit comments

Comments
 (0)