Skip to content

Commit

Permalink
[workflow-builder] - Fix linter error - TT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Keith-Thompson committed Mar 18, 2022
1 parent 8f91a0b commit 94f06fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExampleApps/SwiftUIExample/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct ContentView: View, FlowRepresentable {
@State var selectedTab: Tab = .map
weak var _workflowPointer: AnyFlowRepresentable?
var body: some View {
TabView(selection: $selectedTab) {
TabView(selection: $selectedTab) { // swiftlint:disable:this closure_body_length
// NOTE: Using constant here guarantees the workflow cannot abandon, it stays launched forever.
WorkflowView {
WorkflowItem(MapFeatureOnboardingView.self)
Expand Down

0 comments on commit 94f06fe

Please sign in to comment.