mirror of
https://github.com/ziglang/zig.git
synced 2026-03-13 14:50:51 +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