Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Sep 1, 2023
1 parent 5c089c7 commit ac148c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Wiring {
final case class PrepareLocalContext(provider: Functoid[Any], module: ModuleBase, implType: SafeType, externalKeys: Set[DIKey], importedParentKeys: Set[DIKey])
extends SingletonWiring {
override def instanceType: SafeType = implType
override def requiredKeys: Set[DIKey] = (Set(AddRecursiveLocatorRef.magicLocatorKey) ++ importedParentKeys).diff(Set())
override def requiredKeys: Set[DIKey] = Set(AddRecursiveLocatorRef.magicLocatorKey) ++ importedParentKeys
override def associations: Seq[LinkedParameter] = Seq.empty
override def replaceKeys(f: DIKey => DIKey): PrepareLocalContext = this
}
Expand Down

0 comments on commit ac148c3

Please sign in to comment.