Files
zig/lib/std
Wooster b5a471db3c ErrorBundle: remove extra newline
This is another minor change but still makes a visual difference and will reduce the amount you have to scroll in your terminal by a little bit.

Reasoning:
1. The `for (0..src.data.reference_trace_len)` loop will run at least once due to the `src.data.reference_trace_len > 0` check above.
2. In all 3 branches of the `if` in that `for` it will print something.
3. The 3 strings of all of those prints already end in `\n`.
Therefore, the extra `try stderr.writeByte('\n');` is unnecessary.
2023-07-25 11:05:14 -07:00
..
2023-07-24 13:47:45 -04:00
2023-07-03 01:14:20 -07:00
2023-07-25 11:05:14 -07:00
2023-07-16 18:32:52 -07:00
2023-04-22 13:09:15 +03:00
2023-07-20 22:58:14 -04:00
2023-06-25 14:51:03 -07:00
2023-06-10 20:42:30 -07:00
2023-07-07 11:57:09 -07:00