Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr committed Nov 13, 2023
1 parent 53ada70 commit f198771
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xdsl_pdl/fuzzing/generate_pdl_matches.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ def create_dag_in_region(region: Region, dag: SingleEntryDAGStructure, ctx: MLCo
region.add_block(block)
blocks.append(block)

region.blocks[0].add_op(
ctx.get_op("test.entry").create(successors=[blocks[0]])
)
region.blocks[0].add_op(ctx.get_op("test.entry").create(successors=[blocks[0]]))

for i, adjency_set in enumerate(dag.get_adjency_list()):
block = blocks[i]
Expand Down

0 comments on commit f198771

Please sign in to comment.