| author | |
| committer | |
| log | 86c307561938c3043a9f50f742fc7c77716f1ac9 |
| tree | 04f75205fc0c3bba7f7c62e2a72ae12d51941998 |
| parent | 8c4045be2ec6d9cb59136403edab62cdd35f6eb0 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -33,7 +33,7 @@ pub fn parse(comptime input: []const u8) astgen.Value { |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | pub fn compile(writer: anytype, comptime value: astgen.Value, data: anytype) !void { |
| 36 | return try do(writer, value, data, data, 0, false); | |
| 36 | try do(writer, value, data, data, 0, false); | |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | fn do(writer: anytype, comptime value: astgen.Value, data: anytype, ctx: anytype, indent: usize, flag1: bool) anyerror!void { |