Skip to content

Commit

Permalink
Make flake8 happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jan 9, 2025
1 parent 34f4985 commit 686f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fab/parse/c.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, config: BuildConfig):

# runtime
self._config = config
self._include_region: List[Tuple[int,str]] = []
self._include_region: List[Tuple[int, str]] = []

# todo: simplifiy by passing in the file path instead of the analysed tokens?
def _locate_include_regions(self, trans_unit) -> None:
Expand Down

0 comments on commit 686f990

Please sign in to comment.