Skip to content

Commit 6fd60c6

Browse files
author
Russ Bishop
committed
Style adjustments
1 parent 1f88150 commit 6fd60c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Sequence.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ extension Sequence {
970970
}
971971
}
972972

973-
private enum _StopIteration: ErrorProtocol {
974-
case stop
973+
internal enum _StopIteration : ErrorProtocol {
974+
case stop
975975
}
976976

977977
extension Sequence {

0 commit comments

Comments
 (0)