Skip to content

Commit

Permalink
Revert "To revert: Add linter error"
Browse files Browse the repository at this point in the history
This reverts commit 2177c48.
  • Loading branch information
tonidero committed Feb 14, 2025
1 parent 42f7f04 commit 2a40047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Purchasing/Purchases/PurchasesOrchestrator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ final class PurchasesOrchestrator {
}

@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
var storeKit2ObserverModePurchaseDetector:StoreKit2ObserverModePurchaseDetectorType? {
var storeKit2ObserverModePurchaseDetector: StoreKit2ObserverModePurchaseDetectorType? {
return self._storeKit2ObserverModePurchaseDetector as? StoreKit2ObserverModePurchaseDetectorType
}

Expand Down

0 comments on commit 2a40047

Please sign in to comment.