Skip to content

Commit

Permalink
Fixed linters issue
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Parauliya <[email protected]>
  • Loading branch information
parauliya committed Sep 27, 2023
1 parent db65783 commit e431a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/executor/jmeterd/pkg/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (r *JMeterDRunner) Run(ctx context.Context, execution testkube.Execution) (
}
}

slavesClient, err := slaves.NewClient(execution,r.SlavesConfigs, r.Params, slavesEnvVariables)
slavesClient, err := slaves.NewClient(execution, r.SlavesConfigs, r.Params, slavesEnvVariables)
if err != nil {
return *result.WithErrors(errors.Wrap(err, "error creating slaves client")), nil
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/mapper/executors/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@ func MapSlavesConfigsToCRD(slavesConfigs *testkube.SlavesMeta) *executorv1.Slave
return &executorv1.SlavesMeta{
Image: slavesConfigs.Image,
}
}
}

0 comments on commit e431a37

Please sign in to comment.