Skip to content

Commit a857c1c

Browse files
committed
add whitespace
Formatting changes.
1 parent 8b18b49 commit a857c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sublime_modelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_line_comment_char(view):
6767
if not commentChar2:
6868
return re.escape(commentChar.strip())
6969
else:
70-
return "("+re.escape(commentChar.strip())+"|"+re.escape(commentChar2.strip())+")"
70+
return "(" + re.escape(commentChar.strip()) + "|" + re.escape(commentChar2.strip()) + ")"
7171

7272
def build_modeline_prefix(view):
7373
lineComment = get_line_comment_char(view).lstrip() or DEFAULT_LINE_COMMENT

0 commit comments

Comments
 (0)