all: zig fmt and rename "@XToY" to "@YFromX"
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
This commit is contained in:
committed by
Andrew Kelley
parent
a6c8ee5231
commit
50339f595a
@@ -1,8 +1,8 @@
|
||||
fn reassign(a: [3]f32) void {
|
||||
a = [3]f32{4, 5, 6};
|
||||
a = [3]f32{ 4, 5, 6 };
|
||||
}
|
||||
export fn entry() void {
|
||||
reassign(.{1, 2, 3});
|
||||
reassign(.{ 1, 2, 3 });
|
||||
}
|
||||
|
||||
// error
|
||||
|
||||
Reference in New Issue
Block a user