mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
68d2f68ed introduced special handling for StructInit fields containing multiline strings to prevent inserting whitespace after =. However, this logic didn't handle cases without a trailing comma, which resulted in unwanted trailing whitespace.