diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 10:35:50 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 10:35:50 +0100 |
commit | ca3f15f8bb1b23e12bbe0baedaf2c381c466d36b (patch) | |
tree | 0ea4d266a19de21ec394bc47b4ce5bd85989da6d /lib/coderay/scanners/lua2.rb | |
parent | f1bd8330bf179791f6257c85b951860458f0826c (diff) | |
download | coderay-ca3f15f8bb1b23e12bbe0baedaf2c381c466d36b.tar.gz |
remove whitespace
Diffstat (limited to 'lib/coderay/scanners/lua2.rb')
-rw-r--r-- | lib/coderay/scanners/lua2.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/coderay/scanners/lua2.rb b/lib/coderay/scanners/lua2.rb index 866dded..4b99a44 100644 --- a/lib/coderay/scanners/lua2.rb +++ b/lib/coderay/scanners/lua2.rb @@ -150,15 +150,11 @@ module Scanners states = [state] until eos? - case state - #{ @code.chomp.gsub(/^/, ' ') } else raise_inspect 'Unknown state: %p' % [state], encoder - end - end if options[:keep_state] |