Skip to content

Commit

Permalink
Adding back removed new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Gist authored Nov 5, 2022
1 parent e760cf8 commit fc4a017
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ final class UIKitInteropTests: XCTestCase, View {
func testPuttingAUIKitViewThatDoesNotTakeInDataInsideASwiftUIWorkflow() async throws {
final class FR1: UIWorkflowItem<Never, Never>, FlowRepresentable {
let nextButtonTag = UUID().hashValue

@objc private func nextPressed() {
proceedInWorkflow()
}
Expand Down

0 comments on commit fc4a017

Please sign in to comment.