From fc4a017fb9c5b3bd2aeac7657e66fda7f70a019b Mon Sep 17 00:00:00 2001 From: Richard Gist Date: Sat, 5 Nov 2022 08:38:55 -0600 Subject: [PATCH] Adding back removed new line --- .../SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift b/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift index b465cb36..4c4f27e4 100644 --- a/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift +++ b/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift @@ -100,6 +100,7 @@ final class UIKitInteropTests: XCTestCase, View { func testPuttingAUIKitViewThatDoesNotTakeInDataInsideASwiftUIWorkflow() async throws { final class FR1: UIWorkflowItem, FlowRepresentable { let nextButtonTag = UUID().hashValue + @objc private func nextPressed() { proceedInWorkflow() }