Skip to content

Commit 6cc9b80

Browse files
authored
VSCode in GitHub was lying about whitespace
1 parent fc4a017 commit 6cc9b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ final class UIKitInteropTests: XCTestCase, View {
100100
func testPuttingAUIKitViewThatDoesNotTakeInDataInsideASwiftUIWorkflow() async throws {
101101
final class FR1: UIWorkflowItem<Never, Never>, FlowRepresentable {
102102
let nextButtonTag = UUID().hashValue
103-
103+
104104
@objc private func nextPressed() {
105105
proceedInWorkflow()
106106
}

0 commit comments

Comments
 (0)