Skip to content

Commit 4514ed4

Browse files
Update MatrixSDK/LocationSharing/MXLocationService.swift
Co-authored-by: Doug <[email protected]>
1 parent ca97ca2 commit 4514ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MatrixSDK/LocationSharing/MXLocationService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public class MXLocationService: NSObject {
131131

132132
let beacon = MXBeacon(latitude: latitude, longitude: longitude, description: description, beaconInfoEventId: beaconInfoEventId)
133133

134-
guard let eventContent = beacon.jsonDictionary() as? [String : Any] else {
134+
guard let eventContent = beacon.jsonDictionary() as? [String: Any] else {
135135
completion(.failure(MXLocationServiceError.unknown))
136136
return nil
137137
}

0 commit comments

Comments
 (0)