Skip to content

Commit 2a5c44b

Browse files
committed
[LOOP-4648] Smarter Loop Reset State
1 parent de602bb commit 2a5c44b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Loop/Managers/ResetLoopManager.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ protocol ResetLoopManagerDelegate: AnyObject {
1212
func loopWillReset()
1313
func loopDidReset()
1414

15-
func presentConfirmationAlert(confirmAction: @escaping (_ pumpManager: PumpManager?, _ completion: @escaping () -> Void) -> Void, cancelAction: @escaping () -> Void)
15+
func presentConfirmationAlert(
16+
confirmAction: @escaping (_ pumpManager: PumpManager?, _ completion: @escaping () -> Void) -> Void,
17+
cancelAction: @escaping () -> Void
18+
)
19+
1620
func presentCouldNotResetLoopAlert(error: Error)
1721
}
1822

0 commit comments

Comments
 (0)