Skip to content

Commit 9976ed4

Browse files
committed
Very (very) minor formatting
1 parent 685ce01 commit 9976ed4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/GLTableCollectionViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ final class GLTableCollectionViewController: UITableViewController, UICollection
109109
// will have a different UICollectionView with UICollectionViewCells in
110110
// it and UITableView reuse won't work as expected giving back wrong
111111
// cells.
112+
112113
var cell: GLCollectionTableViewCell? = tableView.dequeueReusableCell(withIdentifier: GLTableCollectionViewController.tableCellID + indexPath.section.description) as? GLCollectionTableViewCell
113114

114115
if cell == nil {

0 commit comments

Comments
 (0)