Use break instead of short-circuit return

pull/2228/head
syeopite 3 years ago
parent 23049e026f
commit 26b28cea49
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

@ -558,7 +558,7 @@ def extract_items(initial_data : Hash(String, JSON::Any), author_fallback : Stri
end
end
return items
break
end
end

Loading…
Cancel
Save