diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-02 19:58:26 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-02 19:58:26 +0100 |
| commit | 3f4375a14218796cbd7bfff1c8cfff0f7bb1f6df (patch) | |
| tree | 1521b91b8f99af588156058b5f9aa12bb1626ac7 /src/estd/root.zig | |
| parent | 8d062a90b1ffbe9e00334fa3e9e939406bd32141 (diff) | |
change .editorconfig
Diffstat (limited to 'src/estd/root.zig')
| -rw-r--r-- | src/estd/root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/estd/root.zig b/src/estd/root.zig index 86af090..00c2631 100644 --- a/src/estd/root.zig +++ b/src/estd/root.zig @@ -4,5 +4,5 @@ pub const cursor = @import("cursor.zig"); pub const parser = @import("parser/root.zig"); test { - std.testing.refAllDecls(@This()); + std.testing.refAllDecls(@This()); } |