Skip to content

Commit fca5d1d

Browse files
committed
add missing comma
1 parent 34ad714 commit fca5d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxGeocoder/MBPlacemarkScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ typedef NS_OPTIONS(NSUInteger, MBPlacemarkScope) {
2525
/// A point of interest, such as a business, school, or place of worship.
2626
MBPlacemarkScopePointOfInterest = (1 << 9),
2727
/// A point of interest, such as school or place of worship -- subset of MBPlacemarkScopePointOfInterest
28-
MBPlacemarkScopePointOfInterestLandmark = (1 << 10)
28+
MBPlacemarkScopePointOfInterestLandmark = (1 << 10),
2929

3030
/// All scopes.
3131
MBPlacemarkScopeAll = 0x0ffffUL,

0 commit comments

Comments
 (0)