Skip to content

Commit

Permalink
Merge pull request #46 from yusayusa/remove_semmicolon
Browse files Browse the repository at this point in the history
remove semicolon
  • Loading branch information
getaaron committed Mar 10, 2016
2 parents bce311f + c5b8045 commit 6c99998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sample App/Sample App/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
siren.delegate = self

// Optional
siren.debugEnabled = true;
siren.debugEnabled = true

// Optional - Defaults to .Option
// siren.alertType = .Option // or .Force, .Skip, .None
Expand Down

0 comments on commit 6c99998

Please sign in to comment.