Explorar o código

EditController: Cosmetic: Fix indentation

Soomin Lee %!s(int64=5) %!d(string=hai) anos
pai
achega
4dcd7b55aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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