浏览代码

EditController: Cosmetic: Fix indentation

Soomin Lee 5 年之前
父节点
当前提交
4dcd7b55aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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