Skip to content

Commit bd1c403

Browse files
committed
remove trailing whitespace
1 parent 2c164f8 commit bd1c403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

limit_loop_cycle_time/main_pr2039.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ index 18a08166..5da70aff 100644
5757
/// temporary basal rate.
5858
+ ///
5959
func loop() {
60-
-
61-
+
60+
-
61+
+
6262
+ if let lastLoopCompleted, Date().timeIntervalSince(lastLoopCompleted) < .minutes(2) {
6363
+ print("Looping too fast!")
6464
+ }
@@ -73,7 +73,7 @@ index 18a08166..5da70aff 100644
7373
+ }
7474
+
7575
+ func loopInternal() {
76-
+
76+
+
7777
dataAccessQueue.async {
7878

7979
// If time was changed to future time, and a loop completed, then time was fixed, lastLoopCompleted will prevent looping

0 commit comments

Comments
 (0)