We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907dfae commit 74f3cd8Copy full SHA for 74f3cd8
Sources/DefaultsMacrosDeclarations/ObservableDefaultMacro.swift
@@ -142,7 +142,7 @@ extension ObservableDefaultMacro {
142
Generates the token to use as key for the associated object used to hold the UserDefaults observation.
143
*/
144
private static func associatedKeyToken(for property: TokenSyntax) -> TokenSyntax {
145
- return "_objcAssociatedKey_\(property)"
+ "_objcAssociatedKey_\(property)"
146
}
147
148
0 commit comments