소스 검색

MediaCategoryViewController: Cosmetic: Indentation

Soomin Lee 5 년 전
부모
커밋
7afdd6813d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {