瀏覽代碼

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 {