test: remove accidental hard tab
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user