Made code formatting more consistent

This commit is contained in:
Maurice Parker 2019-08-03 11:09:12 -05:00
parent d5094dd103
commit e4c3590111
1 changed files with 1 additions and 2 deletions

View File

@ -623,8 +623,7 @@ extension AppCoordinator: UISplitViewControllerDelegate {
if let subSplit = secondaryViewController.children.first as? UISplitViewController {
if let masterTimelineNav = subSplit.viewControllers.first as? UINavigationController,
let masterTimeline = masterTimelineNav.topViewController {
if let masterTimelineNav = subSplit.viewControllers.first as? UINavigationController, let masterTimeline = masterTimelineNav.topViewController {
masterNavigationController.pushViewController(masterTimeline, animated: false)
}