Skip to content

Commit

Permalink
Fix staticheck lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Dec 29, 2022
1 parent a61b591 commit a5d3572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/go/pkg/beam/runners/universal/extworker/extworker.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (s *Loopback) StartWorker(ctx context.Context, req *fnpb.StartWorkerRequest
defer s.mu.Unlock()
if s.workers == nil {
return &fnpb.StartWorkerResponse{
Error: fmt.Sprintf("worker pool shutting down"),
Error: "worker pool shutting down",
}, nil
}

Expand Down

0 comments on commit a5d3572

Please sign in to comment.