Parcourir la source

EditController: Cosmetic: Fix indentation

Soomin Lee il y a 5 ans
Parent
commit
4dcd7b55aa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Sources/EditController.swift

+ 1 - 1
Sources/EditController.swift

@@ -271,7 +271,7 @@ extension EditController: EditToolbarDelegate {
                 playlist.updateName(text)
             }
 
-           guard let strongself = self else {
+            guard let strongself = self else {
                 return
             }
             strongself.delegate?.editController(editController: strongself, cellforItemAt: indexPath)?.isChecked = false