Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Feb 14, 2025
1 parent eb1e1e6 commit f5b29a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/workflow/processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,11 @@ func (w *ProcessingWorkflow) transferA3m(
return nil
}

func (w *ProcessingWorkflow) transferAM(ctx temporalsdk_workflow.Context, tinfo *TransferInfo, cleanup *cleanupRegistry) error {
func (w *ProcessingWorkflow) transferAM(
ctx temporalsdk_workflow.Context,
tinfo *TransferInfo,
cleanup *cleanupRegistry,
) error {
var err error

// Bag PIP if it's not already a bag.
Expand Down

0 comments on commit f5b29a4

Please sign in to comment.