Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Aug 27, 2024
1 parent ee8f1f6 commit 555fd94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sphinxcontrib/chapeldomain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
# regex for parsing proc, iter, class, record, etc.
chpl_sig_pattern = re.compile(
r"""^ ((?:\w+\s+)* # opt: prefixes
(?:proc|iter|class|record|interface|operator)\s+ # must end with keyword
(?:
proc|iter|class|record|interface|operator # must end with keyword
)\s+
(?:type\s+|param\s+|ref\s+)? # opt: 'this' intent
# (type, param, ref)
)?
Expand Down

0 comments on commit 555fd94

Please sign in to comment.