From f8611fb5db83b398619ecb78fe36375a29bad711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=B8vring?= Date: Sun, 12 Sep 2021 08:26:54 +0200 Subject: [PATCH] Adds trailing newline --- .../Source/Application/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift b/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift index b3cc322..64c840b 100644 --- a/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift +++ b/Project Templates/Custom/iOS Minimalist.xctemplate/Source/Application/AppDelegate.swift @@ -13,4 +13,4 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { return true } -} \ No newline at end of file +}