Skip to content

Commit 71ff275

Browse files
committed
Make _enumerateDatesStep fileprivate again
1 parent afc2c56 commit 71ff275

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Sources/FoundationEssentials/Calendar/Calendar_Enumerate.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -507,13 +507,13 @@ extension Calendar {
507507
}
508508

509509
// Returns nil if there was no result. It's up to the caller to decide what to do about that (try again, or cancel).
510-
internal func _enumerateDatesStep(startingAfter start: Date,
511-
matching matchingComponents: DateComponents,
512-
matchingPolicy: MatchingPolicy,
513-
repeatedTimePolicy: RepeatedTimePolicy,
514-
direction: SearchDirection,
515-
inSearchingDate searchingDate: Date,
516-
previouslyReturnedMatchDate: Date?) throws -> SearchStepResult {
510+
fileprivate func _enumerateDatesStep(startingAfter start: Date,
511+
matching matchingComponents: DateComponents,
512+
matchingPolicy: MatchingPolicy,
513+
repeatedTimePolicy: RepeatedTimePolicy,
514+
direction: SearchDirection,
515+
inSearchingDate searchingDate: Date,
516+
previouslyReturnedMatchDate: Date?) throws -> SearchStepResult {
517517

518518
// Step A: Call helper method that does the searching
519519

0 commit comments

Comments
 (0)