Browse Source

Cosmetic: Remove extra return lines

Soomin Lee 6 years ago
parent
commit
3cb5e88787

+ 1 - 0
SharedSources/MediaLibraryModel/ArtistModel.swift

@@ -38,6 +38,7 @@ class ArtistModel: MLBaseModel {
         preconditionFailure("ArtistModel: Artists can not be deleted, they disappear when their last title got deleted")
         preconditionFailure("ArtistModel: Artists can not be deleted, they disappear when their last title got deleted")
     }
     }
 }
 }
+
 // MARK: - Edit
 // MARK: - Edit
 extension ArtistModel: EditableMLModel {
 extension ArtistModel: EditableMLModel {
     func editCellType() -> BaseCollectionViewCell.Type {
     func editCellType() -> BaseCollectionViewCell.Type {

+ 0 - 1
Sources/VLCEditController.swift

@@ -50,7 +50,6 @@ class VLCEditController: UIViewController {
 // MARK: - Helpers
 // MARK: - Helpers
 
 
 private extension VLCEditController {
 private extension VLCEditController {
-
     private struct TextFieldAlertInfo {
     private struct TextFieldAlertInfo {
         var alertTitle: String
         var alertTitle: String
         var alertDescription: String
         var alertDescription: String