mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
fixed things flagged in code review
This commit is contained in:
@@ -115,7 +115,7 @@ public struct LazyMapCollection<Base : Collection, Element>
|
||||
|
||||
@warn_unused_result
|
||||
public func distance(from start: Index, to end: Index) -> Base.IndexDistance {
|
||||
return _base.distance(from:start, to: end)
|
||||
return _base.distance(from: start, to: end)
|
||||
}
|
||||
|
||||
/// Returns an iterator over the elements of this sequence.
|
||||
|
||||
Reference in New Issue
Block a user