Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
grobinson-grafana committed Jul 3, 2024
1 parent 7660fc5 commit 23d45dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loki/loki.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ func (t *Loki) setupModuleManager() error {
if t.Cfg.InternalServer.Enable {
mm.RegisterModule(InternalServer, t.initInternalServer, modules.UserInvisibleModule)
}

mm.RegisterModule(RuntimeConfig, t.initRuntimeConfig, modules.UserInvisibleModule)
mm.RegisterModule(MemberlistKV, t.initMemberlistKV, modules.UserInvisibleModule)
mm.RegisterModule(Ring, t.initRing, modules.UserInvisibleModule)
Expand Down

0 comments on commit 23d45dc

Please sign in to comment.