We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d28b3 commit f2ef3c6Copy full SHA for f2ef3c6
1 file changed
scriptshifter/hooks/general/__init__.py
@@ -12,7 +12,7 @@
12
# Punctuation and brackets.
13
# TODO add angled brackets, opening and closing quotes, etc.
14
NORM1_RE = compile(r"\s([.,;:\)\]}])")
15
-NORM2_RE = compile(r"([.,;:\)\]}])(\S)")
+NORM2_RE = compile(r"([,;\)\]}])(\S)")
16
NORM3_RE = compile(r"([\(\[\{])\s")
17
NORM4_RE = compile(r"(\S)([\(\[\{])")
18
0 commit comments