mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Upgrade rubocop
This commit is contained in:
@@ -22,5 +22,5 @@ Liquid::Template.error_mode = ARGV.first.to_sym if ARGV.first
|
||||
|
||||
profiler = ThemeRunner.new
|
||||
|
||||
profile("Parsing") { profiler.compile }
|
||||
profile("Rendering") { profiler.render }
|
||||
profile('Parsing') { profiler.compile }
|
||||
profile('Rendering') { profiler.render }
|
||||
|
||||
Reference in New Issue
Block a user