Skip to content

Commit

Permalink
Build on older Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 19, 2024
1 parent 1fabea8 commit 1e699ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SafeDICore/Models/Scope.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ final class Scope: Hashable {
.compactMap {
switch $0.source {
case .received:
$0.property
return $0.property
case let .aliased(fulfillingProperty):
fulfillingProperty
return fulfillingProperty
case .forwarded,
.instantiated:
return nil
Expand Down

0 comments on commit 1e699ca

Please sign in to comment.