Skip to content

Commit a1f2321

Browse files
committed
fix whitespace for patch
1 parent bd1c403 commit a1f2321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

limit_loop_cycle_time/main_pr2039.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ index 18a08166..5da70aff 100644
5757
/// temporary basal rate.
5858
+ ///
5959
func loop() {
60-
-
60+
-
6161
+
6262
+ if let lastLoopCompleted, Date().timeIntervalSince(lastLoopCompleted) < .minutes(2) {
6363
+ print("Looping too fast!")

0 commit comments

Comments
 (0)