Skip to content

Commit

Permalink
Fix too-long line
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Fedorin <[email protected]>
  • Loading branch information
DanilaFe committed Sep 5, 2024
1 parent 1d045b8 commit c9f0795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinxcontrib/chapeldomain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
chpl_sig_pattern = re.compile(
r"""^ ((?:\w+\s+)* # opt: prefixes
(?:
proc|iter|class|record|interface|operator|attribute # must end with keyword
proc|iter|class|record|
interface|operator|attribute # must end with keyword
)\s+
(?:type\s+|param\s+|ref\s+)? # opt: 'this' intent
# (type, param, ref)
Expand Down

0 comments on commit c9f0795

Please sign in to comment.