Skip to content

Commit 5ed93b5

Browse files
DevAndArtistnumist
andauthored
Wrap < to fit in 80
Suggested by @DevAndArtist Co-Authored-By: numist <[email protected]>
1 parent 9b45fc4 commit 5ed93b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stdlib/public/core/CollectionDifference.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@ extension CollectionDifference : Collection {
212212

213213
// Opaque index type is isomorphic to Int
214214
public struct Index: Comparable, Hashable {
215-
public static func < (lhs: CollectionDifference<ChangeElement>.Index, rhs: CollectionDifference<ChangeElement>.Index) -> Bool {
215+
public static func < (
216+
lhs: CollectionDifference<ChangeElement>.Index,
217+
rhs: CollectionDifference<ChangeElement>.Index
218+
) -> Bool {
216219
return lhs.i < rhs.i
217220
}
218221

0 commit comments

Comments
 (0)