Skip to content

Commit 6a95e02

Browse files
remve spaces
1 parent 8ea3030 commit 6a95e02

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

DatasourceDemo/Controllers/Tab/Collection/CollectionDataSource.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ private extension CollectionDataSource {
3939
// INFO: Background Color(Random)
4040
let hue: CGFloat = CGFloat(arc4random() % 256) / 256
4141
let color: UIColor = UIColor(hue: hue, saturation: 1.0, brightness: 1.0, alpha: 1.0)
42-
4342
cell.backgroundColor = color
4443

4544
// INFO: Label

DatasourceDemo/Controllers/Tab/Table/TableDataSource.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ private extension TableDataSource {
3939
// INFO: Background Color(Random)
4040
let hue: CGFloat = CGFloat(arc4random() % 256) / 256
4141
let color: UIColor = UIColor(hue: hue, saturation: 1.0, brightness: 1.0, alpha: 1.0)
42-
4342
cell.backgroundColor = color
4443

4544
// INFO: Label

0 commit comments

Comments
 (0)