Skip to content

Commit

Permalink
[chore] fix lint in cmd/opampsupervisor (open-telemetry#31939)
Browse files Browse the repository at this point in the history
**Description:** should be the last one

**Link to tracking Issue:** 
- open-telemetry#31240
  • Loading branch information
led0nk committed Mar 25, 2024
1 parent 4a6c1c0 commit f8627a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/opampsupervisor/supervisor/supervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (s *Supervisor) getBootstrapInfo() (err error) {

err = srv.Start(newServerSettings(flattenedSettings{
endpoint: fmt.Sprintf("localhost:%d", supervisorPort),
onConnectingFunc: func(request *http.Request) {
onConnectingFunc: func(_ *http.Request) {
connected.Store(true)

},
Expand Down

0 comments on commit f8627a7

Please sign in to comment.