Skip to content

Commit

Permalink
do assign_const first
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Jan 9, 2024
1 parent 81b0ebb commit 523193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtlrepair.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'conditional_overwrite': conditional_overwrite,
'add_guard': add_guard,
}
_default_templates = ['replace_literals', 'add_guard', 'assign_const']
_default_templates = ['replace_literals', 'assign_const', 'add_guard']


@dataclass
Expand Down

0 comments on commit 523193a

Please sign in to comment.