summaryrefslogtreecommitdiff
path: root/src/estd/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/estd/root.zig')
-rw-r--r--src/estd/root.zig2
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());
}