File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -359,8 +359,7 @@ extension LinkedList : Collection {
359
359
360
360
// MARK: - Collection Index
361
361
/// Custom index type that contains a reference to the node at index 'tag'
362
- public struct LinkedListIndex < T> : Comparable
363
- {
362
+ public struct LinkedListIndex < T> : Comparable {
364
363
fileprivate let node : LinkedList < T > . LinkedListNode < T > ?
365
364
fileprivate let tag : Int
366
365
Original file line number Diff line number Diff line change @@ -285,8 +285,7 @@ extension LinkedList : Collection {
285
285
}
286
286
287
287
/// Custom index type that contains a reference to the node at index 'tag'
288
- public struct LinkedListIndex < T> : Comparable
289
- {
288
+ public struct LinkedListIndex < T> : Comparable {
290
289
fileprivate let node : LinkedList < T > . LinkedListNode < T > ?
291
290
fileprivate let tag : Int
292
291
You can’t perform that action at this time.
0 commit comments