From 3f4375a14218796cbd7bfff1c8cfff0f7bb1f6df Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 2 Feb 2025 19:58:26 +0100 Subject: change .editorconfig --- src/estd/parser/context.zig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/estd/parser/context.zig') diff --git a/src/estd/parser/context.zig b/src/estd/parser/context.zig index 56fb025..c795479 100644 --- a/src/estd/parser/context.zig +++ b/src/estd/parser/context.zig @@ -2,8 +2,8 @@ const std = @import("std"); const Cursor = @import("../cursor.zig").Cursor; pub fn Context(comptime I: type) type { - return struct { - cursor: Cursor(I), - allocator: std.mem.Allocator, - }; + return struct { + cursor: Cursor(I), + allocator: std.mem.Allocator, +}; } -- cgit v1.2.3-70-g09d2