Skip to content

Commit

Permalink
Merge pull request #4 from Ast3r10n/feature/refactor
Browse files Browse the repository at this point in the history
Refactor import rules
  • Loading branch information
Ast3r10n authored Jul 2, 2021
2 parents 6609a64 + a818c66 commit b0fa211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/MockableStores/BaseSubscriber.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import Foundation
#if canImport(Combine)
import Combine
#endif

@available(iOS 13.0, *)
public protocol BaseSubscriber: ObservableObject, Subscriber {
Expand All @@ -34,3 +33,4 @@ extension BaseSubscriber {
debugPrint("\(ObjectType.self) Subscription", completion, separator: ": ")
}
}
#endif
2 changes: 1 addition & 1 deletion Sources/MockableStores/MockableStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import Foundation
#if canImport(Combine)
import Combine
#endif

@available(iOS 13.0, *)
public protocol MockableStore: BaseSubscriber {
Expand All @@ -27,3 +26,4 @@ extension MockableStore {
}
#endif
}
#endif

0 comments on commit b0fa211

Please sign in to comment.