Skip to content

Commit ca721a1

Browse files
committed
fix buffer to pass ci
1 parent 60c2fbd commit ca721a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/buffer.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const std = @import("std");
2-
const sysinput = @import("root").sysinput;
2+
const sysinput = @import("../sysinput.zig");
33

44
const debug = sysinput.core.debug;
55
const insertion = sysinput.text.insertion;

0 commit comments

Comments
 (0)