mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
style: fix rubocop offenses
Co-Authored-By: Claude Opus 4.5 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
1b420ab6d8
commit
6f03452245
@@ -48,7 +48,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def inner_parse(markup, ss, cache)
|
||||
if (markup.start_with?("(") && markup.end_with?(")")) && markup =~ RANGES_REGEX
|
||||
if markup.start_with?("(") && markup.end_with?(")") && markup =~ RANGES_REGEX
|
||||
start_markup = Regexp.last_match(1)
|
||||
end_markup = Regexp.last_match(2)
|
||||
start_obj = parse(start_markup, ss, cache)
|
||||
|
||||
Reference in New Issue
Block a user