Skip to content

Commit 74f3cd8

Browse files
committed
Fix lint warning
1 parent 907dfae commit 74f3cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DefaultsMacrosDeclarations/ObservableDefaultMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ extension ObservableDefaultMacro {
142142
Generates the token to use as key for the associated object used to hold the UserDefaults observation.
143143
*/
144144
private static func associatedKeyToken(for property: TokenSyntax) -> TokenSyntax {
145-
return "_objcAssociatedKey_\(property)"
145+
"_objcAssociatedKey_\(property)"
146146
}
147147
}
148148

0 commit comments

Comments
 (0)