Skip to content

Commit 4b014a9

Browse files
committed
Small update. Forgot to remove parenthesis
1 parent 49e17ec commit 4b014a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollectionViewWaterfallLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public class CollectionViewWaterfallLayout: UICollectionViewLayout {
353353
var index: Int = 0
354354
var longestHeight:Float = 0
355355

356-
for (idx, height) in (columnHeights).enumerate() {
356+
for (idx, height) in columnHeights.enumerate() {
357357
if height > longestHeight {
358358
longestHeight = height
359359
index = idx

0 commit comments

Comments
 (0)