Ver código fonte

EditController: Cosmetic: Fix indentation

Soomin Lee 5 anos atrás
pai
commit
4dcd7b55aa
1 arquivos alterados com 1 adições e 1 exclusões
  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