Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrpb committed Nov 19, 2024
1 parent 907dfae commit 74f3cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ extension ObservableDefaultMacro {
Generates the token to use as key for the associated object used to hold the UserDefaults observation.
*/
private static func associatedKeyToken(for property: TokenSyntax) -> TokenSyntax {
return "_objcAssociatedKey_\(property)"
"_objcAssociatedKey_\(property)"
}
}

Expand Down

0 comments on commit 74f3cd8

Please sign in to comment.