Zig 0.15: zig fmt

This commit is contained in:
Mitchell Hashimoto
2025-10-01 11:23:06 -07:00
parent d02770d292
commit 7ec57aeebd
18 changed files with 31 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ pub const AttributedString = opaque {
str: *foundation.String,
attributes: *foundation.Dictionary,
) Allocator.Error!*AttributedString {
return @constCast(@ptrCast(c.CFAttributedStringCreate(
return @ptrCast(@constCast(c.CFAttributedStringCreate(
null,
@ptrCast(str),
@ptrCast(attributes),