mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 03:03:46 +00:00
rowSize used to return null if all the elements were placed on the same line as the right brace, making the rendering logic skip the whole set of elements. Given the usage of rowSize let's just drop the null and always return the number of elements. Fixes #8423