Skip to content

Commit 94f06fe

Browse files
[workflow-builder] - Fix linter error - TT
1 parent 8f91a0b commit 94f06fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ExampleApps/SwiftUIExample/Views/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct ContentView: View, FlowRepresentable {
2121
@State var selectedTab: Tab = .map
2222
weak var _workflowPointer: AnyFlowRepresentable?
2323
var body: some View {
24-
TabView(selection: $selectedTab) {
24+
TabView(selection: $selectedTab) { // swiftlint:disable:this closure_body_length
2525
// NOTE: Using constant here guarantees the workflow cannot abandon, it stays launched forever.
2626
WorkflowView {
2727
WorkflowItem(MapFeatureOnboardingView.self)

0 commit comments

Comments
 (0)