Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit de7388f

Browse files
Add missing )
1 parent 6fd597d commit de7388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Swift/SymbolLayerZOrderExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func mapView(_ mapView: MGLMapView, didFinishLoading style: MGLStyle) {
3535
// Add icons to the map's style.
3636
style.setImage(UIImage(named: "oval")!, forName: "oval")
3737
style.setImage(UIImage(named: "squircle")!, forName: "squircle")
38-
style.setImage(UIImage(named: "star")!, forName: "star"
38+
style.setImage(UIImage(named: "star")!, forName: "star")
3939

4040
let feature1 = MGLPointFeature()
4141
feature1.coordinate = CLLocationCoordinate2DMake(-41.292650, 174.778768)

0 commit comments

Comments
 (0)