Skip to content

Commit e758433

Browse files
committed
[Fix] #250 - 쓸데 없는 파일 제거
1 parent db81d6b commit e758433

File tree

3 files changed

+1
-57
lines changed

3 files changed

+1
-57
lines changed

Runnect-iOS/Runnect-iOS/Presentation/CourseDiscovery/Views/MarathonMapCollectionViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ extension MarathonMapCollectionViewCell {
211211
LoadingIndicator.hideLoading()
212212
}
213213

214-
guard let self = self else { return }
214+
guard self != nil else { return }
215215

216216
switch response {
217217
case .success(let result):

Runnect-iOS/Runnect-iOS/Presentation/MyPage/VC/SettingVC/PersoanlInfoVC.swift

Lines changed: 0 additions & 28 deletions
This file was deleted.

Runnect-iOS/Runnect-iOS/Presentation/MyPage/VC/SettingVC/TermsOfServiceVC.swift

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)