From 12f9b4eff0ab9b1218d2fc30947db8810136d0a4 Mon Sep 17 00:00:00 2001 From: Charles Magahern Date: Thu, 13 Sep 2018 19:25:55 -0700 Subject: [PATCH] Fix spacing --- XIONControlPanel/Controllers/SwitchesViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XIONControlPanel/Controllers/SwitchesViewController.swift b/XIONControlPanel/Controllers/SwitchesViewController.swift index 15a579c..00295ae 100644 --- a/XIONControlPanel/Controllers/SwitchesViewController.swift +++ b/XIONControlPanel/Controllers/SwitchesViewController.swift @@ -24,7 +24,7 @@ class SwitchesViewController: UIViewController, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout { - weak var delegate: SwitchesViewControllerDelegate? + weak var delegate: SwitchesViewControllerDelegate? fileprivate var _collectionView: UICollectionView = UICollectionView(frame: CGRect.zero, collectionViewLayout: UICollectionViewFlowLayout()) fileprivate var _currentDevicesHash: Int = 0