Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
refactor(BUX-411): apply suggested comment
Browse files Browse the repository at this point in the history
Co-authored-by: arkadiuszos4chain <135072995+arkadiuszos4chain@users.noreply.github.com>
  • Loading branch information
chris-4chain and arkadiuszos4chain authored Dec 20, 2023
1 parent 01d3d8e commit 15aec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskmanager/taskmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func NewTaskManager(ctx context.Context, opts ...ClientOps) (Tasker, error) {
return tm, nil
}

// Close will close client and any open connections
// Close the client and any open connections
func (tm *TaskManager) Close(ctx context.Context) error {
if txn := newrelic.FromContext(ctx); txn != nil {
defer txn.StartSegment("close_taskmanager").End()
Expand Down

0 comments on commit 15aec9a

Please sign in to comment.