mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
zig fmt
This commit is contained in:
parent
e47e556dda
commit
c21741a7e0
2 changed files with 2 additions and 3 deletions
|
@ -319,10 +319,9 @@ const CSlice = extern struct {
|
|||
len: usize,
|
||||
};
|
||||
pub fn getExpectFailuresC() callconv(.C) CSlice {
|
||||
|
||||
var bytes = @ptrCast(*c_void, failures);
|
||||
|
||||
return .{.pointer = bytes, .len = failure_length};
|
||||
return .{ .pointer = bytes, .len = failure_length };
|
||||
}
|
||||
|
||||
pub fn deinitFailures() void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue