appease rubocop

This commit is contained in:
Michael Go
2024-11-01 17:24:09 -03:00
parent 579b899e24
commit f77075895a
+1 -3
View File
@@ -86,9 +86,7 @@ module Liquid
if @for_liquid_tag
@tokens = @source.split("\n")
else
until @ss.eos?
@tokens << shift_normal
end
@tokens << shift_normal until @ss.eos?
end
@ss = nil