mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
fix a few more rubocop offenses
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ module Liquid
|
||||
|
||||
def parse(tokens)
|
||||
@body = BlockBody.new
|
||||
while more = parse_body(@body, tokens)
|
||||
while parse_body(@body, tokens)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user