Skip to content

Commit

Permalink
Change indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Jun 24, 2024
1 parent cef3bb2 commit 3294247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/services/workflows/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ func (e *Engine) resolveWorkflowCapabilities(ctx context.Context) error {
if !triggersInitialized {
return &workflowError{reason: "failed to resolve triggers", labels: map[string]string{
wIDKey: e.workflow.id,
},
}
}}
}

// Step 2. Walk the graph and register each step's capability to this workflow
Expand Down

0 comments on commit 3294247

Please sign in to comment.