Mike Plante 1 месяц назад
Родитель
Сommit
4752a758c1
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      Trio/Resources/Info.plist
  2. 1 1
      TrioTests/GlucoseSmoothingTests.swift

+ 2 - 2
Trio/Resources/Info.plist

@@ -107,8 +107,8 @@
 		<string>remote-notification</string>
 		<string>remote-notification</string>
 		<string>audio</string>
 		<string>audio</string>
 	</array>
 	</array>
-    <key>UIDesignRequiresCompatibility</key>
-    <true/>
+	<key>UIDesignRequiresCompatibility</key>
+	<true/>
 	<key>UIFileSharingEnabled</key>
 	<key>UIFileSharingEnabled</key>
 	<true/>
 	<true/>
 	<key>UILaunchScreen</key>
 	<key>UILaunchScreen</key>

+ 1 - 1
TrioTests/GlucoseSmoothingTests.swift

@@ -121,7 +121,7 @@ import Testing
 
 
     @Test(
     @Test(
         "Exponential smoothing stops at gaps >= 12 minutes and only updates the most recent window"
         "Exponential smoothing stops at gaps >= 12 minutes and only updates the most recent window"
-    )  func testExponentialSmoothingGapStopsWindow() async throws {
+    ) func testExponentialSmoothingGapStopsWindow() async throws {
         let now = Date()
         let now = Date()
 
 
         var dates: [Date] = []
         var dates: [Date] = []