Fix bad formatting from merge moar.

This commit is contained in:
David Langley
2022-01-24 18:39:42 +00:00
parent 9030845250
commit 9005878bc1
2 changed files with 4 additions and 4 deletions
@@ -17,7 +17,7 @@
import Foundation
class HomeViewControllerWithBannerWrapperViewController: UIViewController, MXKViewControllerActivityHandling, BannerPresentationProtocol {
@objc let homeViewController: HomeViewController
private var bannerContainerView: UIView!
private var stackView: UIStackView!
@@ -95,11 +95,11 @@ class HomeViewControllerWithBannerWrapperViewController: UIViewController, MXKVi
homeViewController.activityIndicator = newValue
}
}
func startActivityIndicator() {
homeViewController.startActivityIndicator()
}
func stopActivityIndicator() {
homeViewController.stopActivityIndicator()
}