Skip to content

Commit

Permalink
Style:art:: Delete Unused comment
Browse files Browse the repository at this point in the history
- 사용되지 않는 주석 삭제
  • Loading branch information
taek0622 committed Jun 2, 2023
1 parent 44c6b04 commit 02c1f3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Nav/View/MapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ struct MapView: View {
if isEditing {
List(addressSearcher.completions) { completion in
Button {
// 핀 포커싱 기능 추가
addressSearcher.loadAddressCoordinate(completion) { coordinate in
region = MKCoordinateRegion(center: coordinate, span: MKCoordinateSpan(latitudeDelta: 0.01, longitudeDelta: 0.01))
}
Expand Down

0 comments on commit 02c1f3a

Please sign in to comment.