소스 검색

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