mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-09 19:36:45 +00:00
Zig 0.15: zig fmt
This commit is contained in:
@@ -68,7 +68,7 @@ pub const MutableArray = opaque {
|
||||
comptime Elem: type,
|
||||
value: *const Elem,
|
||||
) void {
|
||||
CFArrayAppendValue(self, @constCast(@ptrCast(value)));
|
||||
CFArrayAppendValue(self, @ptrCast(@constCast(value)));
|
||||
}
|
||||
|
||||
pub fn removeValue(self: *MutableArray, idx: usize) void {
|
||||
|
Reference in New Issue
Block a user