Browse Source

Xcode fixems

Mike Plante 1 tháng trước cách đây
mục cha
commit
4752a758c1
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  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>audio</string>
 	</array>
-    <key>UIDesignRequiresCompatibility</key>
-    <true/>
+	<key>UIDesignRequiresCompatibility</key>
+	<true/>
 	<key>UIFileSharingEnabled</key>
 	<true/>
 	<key>UILaunchScreen</key>

+ 1 - 1
TrioTests/GlucoseSmoothingTests.swift

@@ -121,7 +121,7 @@ import Testing
 
     @Test(
         "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()
 
         var dates: [Date] = []