Fix rubocop offenses from 1.82 upgrade

This commit is contained in:
Tobi Lutke
2026-01-01 20:20:50 -05:00
parent 391c0df57a
commit 361d1d52b1
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ module Liquid
byte_a = byte_b = @ss.scan_byte
while byte_b
byte_a = @ss.scan_byte while byte_a && (byte_a != CLOSE_CURLEY && byte_a != OPEN_CURLEY)
byte_a = @ss.scan_byte while byte_a && byte_a != CLOSE_CURLEY && byte_a != OPEN_CURLEY
break unless byte_a