Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 29, 2022
1 parent c8b3e27 commit aa50ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KeyboardShortcuts/Utilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ enum AssociationPolicy {
}
}

final class ObjectAssociation<T: Any> {
final class ObjectAssociation<T> {
private let policy: AssociationPolicy

init(policy: AssociationPolicy = .retainNonatomic) {
Expand Down

0 comments on commit aa50ffb

Please sign in to comment.