authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-18 15:52:55 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-18 15:52:55 -08:00
log0a4089bcfe54be49c177a02ac87c4ccc09de443e
tree6cdc85b37f0eb51ffd7d9ab93400304d025b84c7
parentadf86241418ab9708783f063630c60b8b3145a28

lint- locals should be arrays


1 files changed, 1 insertions(+), 1 deletions(-)

generate.zig+1-1
......@@ -1,6 +1,6 @@
11const std = @import("std");
22
3const files = &[_]type{
3const files = [_]type{
44 @import("./scripts/blocks.zig"),
55 @import("./scripts/arabic_shaping.zig"),
66 @import("./scripts/bidi_brackets.zig"),