Skip to content

Commit 2bd9207

Browse files
committed
update guide image
1 parent 66d8ddb commit 2bd9207

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

GogoroMap/MainPage/MapViewController.swift

-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ extension MapViewController {
491491
eventName = "Building list"
492492
listToDisplay = annotations.filter { $0.title?.contains("建置中") ?? false }
493493
.sortedByDistance(userPosition: currentUserLocation)
494-
495494
}
496495

497496

Loading

GogoroMap/MenuController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ final class MenuController: UICollectionViewController, UICollectionViewDelegate
8080
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
8181
return 0
8282
}
83+
8384
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
8485
return 0
8586
}

0 commit comments

Comments
 (0)