| author | |
| committer | |
| log | bd42c8bd18acf1e5548140e7e1002fd3861b045d |
| tree | 59a8e4e8bb66ef6d1fa811e408938e660181132d |
| parent | d0308658232e7dc51983a870949ba0777fd8b501 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -88,7 +88,7 @@ fn do(writer: anytype, comptime value: astgen.Value, data: anytype, ctx: anytype |
| 88 | 88 | .each => { |
| 89 | 89 | comptime assertEqual(v.args.len, 1); |
| 90 | 90 | const x = search(v.args[0], data); |
| 91 | inline for (x) |item| try do(writer, body, item, ctx, indent, flag1); | |
| 91 | for (x) |item| try do(writer, body, item, ctx, indent, flag1); | |
| 92 | 92 | }, |
| 93 | 93 | .@"if" => { |
| 94 | 94 | comptime assertEqual(v.args.len, 1); |