| author | |
| committer | |
| log | e2a928c0a5677ca3fa1a1a9121c71ec56267e422 |
| tree | 7a3bfcf253cfa998333a40de33d028dbf0ebe6f6 |
| parent | db72cc51c1b21203f4c2b0e690a7d2cab91c2f1f |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -83,7 +83,7 @@ inline fn do(comptime Ctx: type, alloc: std.mem.Allocator, writer: anytype, comp |
| 83 | 83 | try writer.writeAll(x); |
| 84 | 84 | return; |
| 85 | 85 | } |
| 86 | const s = std.mem.trimRight(u8, x, "\n"); | |
| 86 | const s = std.mem.trim(u8, x, "\n"); | |
| 87 | 87 | try writeEscaped(s, writer); |
| 88 | 88 | return; |
| 89 | 89 | } |