Skip to content

Commit

Permalink
[Fix] Runnect#134 - 린트 에러 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-yeonwoo2 committed May 19, 2023
1 parent 81f53e4 commit 04f3126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import SnapKit
import Then

class MapCollectionViewCell: UICollectionViewCell {



// MARK: - collectionview

private lazy var mapCollectionView: UICollectionView = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ final class CourseDiscoveryVC: UIViewController {
private var courseList = [PublicCourse]()



// MARK: - UIComponents

private lazy var naviBar = CustomNavigationBar(self, type: .title).setTitle("코스 발견")
Expand Down

0 comments on commit 04f3126

Please sign in to comment.