Преглед изворни кода

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