Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit 4e6a277

Browse files
committedJun 5, 2020
Remove semicolon
1 parent bc76c35 commit 4e6a277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ open class ScreenshotDetector: NSObject {
7373
case .denied, .notDetermined, .restricted:
7474
self.fail(with: .unauthorized(status: authorizationStatus))
7575
@unknown default:
76-
break;
76+
break
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)
This repository has been archived.