diff --git a/script/test_hbs_compiler.rb b/script/test_hbs_compiler.rb index 1b846615dcd..a6ef4335923 100644 --- a/script/test_hbs_compiler.rb +++ b/script/test_hbs_compiler.rb @@ -25,4 +25,3 @@ ctx.eval(source) js_source = ::JSON.generate(template, quirks_mode: true) puts ctx.eval("exports.compile(#{js_source})"); -