فهرست منبع

AppCoordinator: Cosmetic: Remove extra return line

Soomin Lee 6 سال پیش
والد
کامیت
8052d5bc98
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Sources/Coordinators/AppCoordinator.swift

+ 0 - 1
Sources/Coordinators/AppCoordinator.swift

@@ -49,7 +49,6 @@ class Services: NSObject {
     }
 
     @objc func start() {
-
         let tabbarCoordinator = VLCTabBarCoordinator(tabBarController: tabBarController, services: services)
         childCoordinators.append(tabbarCoordinator)
     }