Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Fedorin <[email protected]>
  • Loading branch information
DanilaFe committed Jul 1, 2024
1 parent b42e78f commit e49195f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/chplcheck/src/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def fixit(self, checkfunc):
The hook function should return a list of Fixit objects which will be
suggested to the user.
"""

def decorator_fixit(func):
found = False
for rule in itertools.chain(self.BasicRules, self.AdvancedRules):
Expand Down

0 comments on commit e49195f

Please sign in to comment.