mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-04 08:42:42 +03:00
fa6449dac0
Resetting `column_counter` is not needed as the effective column number is calculated by taking that value modulo `row_size`. Closes #7289