Skip to content

Commit c9f0795

Browse files
committed
Fix too-long line
Signed-off-by: Danila Fedorin <[email protected]>
1 parent 1d045b8 commit c9f0795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sphinxcontrib/chapeldomain/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
chpl_sig_pattern = re.compile(
4343
r"""^ ((?:\w+\s+)* # opt: prefixes
4444
(?:
45-
proc|iter|class|record|interface|operator|attribute # must end with keyword
45+
proc|iter|class|record|
46+
interface|operator|attribute # must end with keyword
4647
)\s+
4748
(?:type\s+|param\s+|ref\s+)? # opt: 'this' intent
4849
# (type, param, ref)

0 commit comments

Comments
 (0)