Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Babis Kiosidis <[email protected]>
  • Loading branch information
hamersaw authored and ckiosidis committed Aug 17, 2022
1 parent c778c2d commit 33350b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (p *Propeller) Handle(ctx context.Context, namespace, name string) error {
// if the wfClosureCrdFields struct is not nil then it contains static workflow data which
// has been offloaded to the blobstore. we must set these fields so they're available
// during workflow processing and immediately remove them afterwards so they do not
// accidently get written to the workflow store once the new state is stored.
// accidentally get written to the workflow store once the new state is stored.
if wfClosureCrdFields != nil {
w.WorkflowSpec = wfClosureCrdFields.WorkflowSpec
w.Tasks = wfClosureCrdFields.Tasks
Expand Down

0 comments on commit 33350b5

Please sign in to comment.