Skip to content

Commit

Permalink
⚰️ [DEL] : 불필요한 공백 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
noah0316 committed Dec 24, 2021
1 parent cb31b53 commit c7f0b2f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ extension UIViewController {
let generator = UIImpactFeedbackGenerator(style: .medium)
generator.impactOccurred()

let alertViewController = UIAlertController(title: title, message: message,
preferredStyle: .alert)
let alertViewController = UIAlertController(title: title, message: message, preferredStyle: .alert)

let okAction = UIAlertAction(title: "확인", style: .default, handler: okAction)
alertViewController.addAction(okAction)
Expand Down

0 comments on commit c7f0b2f

Please sign in to comment.