diff Simoleon/SimoleonApp.swift @ 74:bfb959bee6d7

Fromatted code
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Thu, 29 Jul 2021 17:01:15 +0100
parents 75c1a05176f6
children 1f657241c28f
line wrap: on
line diff
--- a/Simoleon/SimoleonApp.swift	Thu Jul 29 10:51:08 2021 +0100
+++ b/Simoleon/SimoleonApp.swift	Thu Jul 29 17:01:15 2021 +0100
@@ -11,6 +11,7 @@
 @main
 struct SimoleonApp: App {
     let persistenceController = PersistenceController.shared
+    
     init() {
         Purchases.configure(withAPIKey: "\(readConfig("PURCHASES_KEY")!)")
     }
@@ -27,3 +28,4 @@
         }
     }
 }
+