Skip to content

Commit

Permalink
don't ruin indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Feb 13, 2016
1 parent 998d1fc commit a14639c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coderay/scanners/ruby/patterns.rb
Expand Up @@ -114,7 +114,7 @@ module Ruby::Patterns # :nodoc: all
# NOTE: This is not completely correct, but
# nobody needs heredoc delimiters ending with \n.
HEREDOC_OPEN = /
<< ([-~])? # $1 = float
<< ([-~])? # $1 = float
(?:
( [A-Za-z_0-9]+ ) # $2 = delim
|
Expand Down

0 comments on commit a14639c

Please sign in to comment.