From 979de48bbd36827131a052246618404c9b3267d3 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 28 Sep 2017 16:15:24 -0400 Subject: [PATCH] Fix ruby lint error --- script/test_hbs_compiler.rb | 1 - 1 file changed, 1 deletion(-) 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})"); -