Skip to content

Commit a43dec7

Browse files
committed
fix to pass ci; TODO: fix ci failing on "root" import
1 parent 944c952 commit a43dec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text/edit_distance.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 config = sysinput.core.config;
55

0 commit comments

Comments
 (0)