Commit 2fb78430db

mlugg <mlugg@mlugg.co.uk>
2024-08-20 16:57:43
test: remove accidental hard tab
1 parent 018262d
Changed files (1)
test
test/incremental/delete_comptime_decls
@@ -31,7 +31,7 @@ pub fn main() void {}
 comptime {
     const x: [*c]u8 = null;
     var runtime_len: usize = undefined;
-		runtime_len = 0;
+    runtime_len = 0;
     const y = x[0..runtime_len];
     _ = y;
 }