mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
Move the continue statement outside the conditional block to ensure correct loop control flow. The previous nesting could cause unintended skipping or processing of stream iterations based on condition evaluation, potentially leading to logic errors in stream handling.