Explorar el Código

MediaViewController: Remove extra whitespace

Soomin Lee hace 7 años
padre
commit
9f2bbd0d1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaViewControllers/MediaViewController.swift

+ 1 - 1
MediaViewControllers/MediaViewController.swift

@@ -72,7 +72,7 @@ class VLCMediaViewController: VLCPagingViewController<VLCLabelCell> {
     override func updateIndicator(for viewController: PagerTabStripViewController, fromIndex: Int, toIndex: Int, withProgressPercentage progressPercentage: CGFloat, indexWasChanged: Bool) {
         super.updateIndicator(for: viewController, fromIndex: fromIndex, toIndex: toIndex, withProgressPercentage: progressPercentage, indexWasChanged: indexWasChanged)
     }
-    
+
     override var preferredStatusBarStyle: UIStatusBarStyle {
         return PresentationTheme.current.colors.statusBarStyle
     }