Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit c5b8045

Browse files
Kazuki YusaKazuki Yusa
authored andcommitted
remove semicolon
1 parent bce311f commit c5b8045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sample App/Sample App/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3434
siren.delegate = self
3535

3636
// Optional
37-
siren.debugEnabled = true;
37+
siren.debugEnabled = true
3838

3939
// Optional - Defaults to .Option
4040
// siren.alertType = .Option // or .Force, .Skip, .None

0 commit comments

Comments
 (0)