Skip to content

Commit 14b4728

Browse files
committed
Merge branch 'master' into tokens-proxy
2 parents a6b2562 + a06a8df commit 14b4728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def scan code, lang, options = {}, &block
177177
def scan_file filename, lang = :auto, options = {}, &block
178178
lang = FileType.fetch filename, :text, true if lang == :auto
179179
code = File.read filename
180-
scan code, lang, options = {}, &block
180+
scan code, lang, options, &block
181181
end
182182

183183
# Encode a string.

0 commit comments

Comments
 (0)