Explorar el Código

EditController: Cosmetic: Fix indentation

Soomin Lee hace 5 años
padre
commit
4dcd7b55aa
Se han modificado 1 ficheros con 1 adiciones y 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