Fix lint error
This commit is contained in:
@@ -159,7 +159,6 @@ func (b *broker) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.Trace(ctx, "Client EventStream connection closed", "client", c.String())
|
log.Trace(ctx, "Client EventStream connection closed", "client", c.String())
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (b *broker) subscribe(r *http.Request) client {
|
func (b *broker) subscribe(r *http.Request) client {
|
||||||
|
|||||||
Reference in New Issue
Block a user