mirror of
https://github.com/ziglang/zig.git
synced 2026-01-25 00:35:20 +00:00
Resetting `column_counter` is not needed as the effective column number is calculated by taking that value modulo `row_size`. Closes #7289
Resetting `column_counter` is not needed as the effective column number is calculated by taking that value modulo `row_size`. Closes #7289