Skip to content

Commit 3bacce7

Browse files
committed
fix lint
Signed-off-by: Jade Abraham <[email protected]>
1 parent 481a62d commit 3bacce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sphinxcontrib/chapeldomain/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def match_chpl_sig_pattern(sig: str):
129129
(\s*[={]\s*.+)? # optional: value
130130
$""", re.VERBOSE)
131131

132+
132133
def match_chpl_attr_sig_pattern(sig: str):
133134
"""
134135
Match a Chapel signature against the regex pattern defined in
@@ -155,6 +156,7 @@ def match_chpl_attr_sig_pattern(sig: str):
155156

156157
return (func_prefix, name_prefix, name, return_type, default_value)
157158

159+
158160
# This would be the ideal way to create a chapelerific desc_returns similar to
159161
# addnodes.desc_returns. However, due to some update issue, the
160162
# nodes._add_node_class_names() call does not seem to make chapel_desc_returns

0 commit comments

Comments
 (0)