Skip to content

Commit 4c97c91

Browse files
committed
whitespace
1 parent a351d9e commit 4c97c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/coderay/scanners/java_script.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class JavaScript < Scanner
4040
add(KEYWORDS, :keyword) # :nodoc:
4141

4242
ESCAPE = / [bfnrtv\n\\'"] | x[a-fA-F0-9]{1,2} | [0-7]{1,3} /x # :nodoc:
43-
UNICODE_ESCAPE = / u[a-fA-F0-9]{4} | U[a-fA-F0-9]{8} /x # :nodoc:
44-
REGEXP_ESCAPE = / [bBdDsSwW] /x # :nodoc:
43+
UNICODE_ESCAPE = / u[a-fA-F0-9]{4} | U[a-fA-F0-9]{8} /x # :nodoc:
44+
REGEXP_ESCAPE = / [bBdDsSwW] /x # :nodoc:
4545
STRING_CONTENT_PATTERN = {
4646
"'" => /[^\\']+/,
4747
'"' => /[^\\"]+/,

0 commit comments

Comments
 (0)