mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Enable goprintffuncname and nakedret linters (#26376)
* Chore: Enable goprintffuncname linter * Chore: Enable nakedret linter Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -27,11 +27,11 @@ func NewStreamManager() *StreamManager {
|
||||
}
|
||||
|
||||
func (sm *StreamManager) Run(context context.Context) {
|
||||
log.Debug("Initializing Stream Manager")
|
||||
log.Debugf("Initializing Stream Manager")
|
||||
|
||||
go func() {
|
||||
sm.hub.run(context)
|
||||
log.Info("Stopped Stream Manager")
|
||||
log.Infof("Stopped Stream Manager")
|
||||
}()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user