Skip to content

Commit 505722c

Browse files
author
Luc Dion
committed
Fix CI
1 parent 883897f commit 505722c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Example/PinLayoutSample/UI/Menu/MenuViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ enum PageType: Int {
6060
var viewController: UIViewController {
6161
switch self {
6262
case .intro:
63-
//return IntroViewController(pageType: self)
64-
return UnitTestsViewController(pageType: self)
63+
return IntroViewController(pageType: self)
6564
case .adjustToContainer:
6665
return AdjustToContainerViewController(pageType: self)
6766
case .tableView:

0 commit comments

Comments
 (0)