Skip to content

Commit accfc2a

Browse files
committed
fixed swiftlint
1 parent 245c371 commit accfc2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/Collection/Generators/FoldableCollectionCellGenerator.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
import UIKit
99

10-
// swiftlint:disable:next line_length
10+
// swiftlint:disable line_length
1111
/// A generator that can insert and remove child generators by tap
1212
open class FoldableCollectionCellGenerator<Cell: UICollectionViewCell & ConfigurableItem & FoldableStateHolder>: BaseCollectionCellGenerator<Cell>, CollectionFoldableItem {
13+
// swiftlint:enable line_length
1314

1415
// MARK: - FoldableItem
1516

0 commit comments

Comments
 (0)