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

Commit

Permalink
Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbischoff committed Jun 5, 2020
1 parent bc76c35 commit 4e6a277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ open class ScreenshotDetector: NSObject {
case .denied, .notDetermined, .restricted:
self.fail(with: .unauthorized(status: authorizationStatus))
@unknown default:
break;
break
}
}
}
Expand Down

0 comments on commit 4e6a277

Please sign in to comment.