Adds trailing newline

This commit is contained in:
Simon Støvring 2021-09-12 08:26:54 +02:00
parent 5f7dbbeebe
commit f8611fb5db
No known key found for this signature in database
GPG key ID: 30FC5A50FD993021

View file

@ -13,4 +13,4 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
return true
}
}
}