Explorar o código

MediaCategoryViewController: Cosmetic: Indentation

Soomin Lee %!s(int64=5) %!d(string=hai) anos
pai
achega
7afdd6813d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/MediaCategories/MediaCategoryViewController.swift

+ 1 - 1
Sources/MediaCategories/MediaCategoryViewController.swift

@@ -16,7 +16,7 @@ import Foundation
 protocol MediaCategoryViewControllerDelegate: NSObjectProtocol {
     func needsToUpdateNavigationbarIfNeeded(_ viewController: MediaCategoryViewController)
     func enableCategorySwitching(for viewController: MediaCategoryViewController,
-                               enable: Bool)
+                                 enable: Bool)
 }
 
 class MediaCategoryViewController: UICollectionViewController, UISearchBarDelegate, IndicatorInfoProvider {