FIX: Linting errors in Ruby

This commit is contained in:
Robin Ward 2017-09-01 13:34:26 -04:00
parent 4cef3cd762
commit 77ba265c07
1 changed files with 2 additions and 3 deletions

View File

@ -22,4 +22,3 @@ if ARGV[0].present?
js_source = ::JSON.generate(source, quirks_mode: true) js_source = ::JSON.generate(source, quirks_mode: true)
puts ctx.eval("exports.compile(#{js_source})"); puts ctx.eval("exports.compile(#{js_source})");
end end