Skip to content

Commit

Permalink
remove nolint dogsled
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Feb 9, 2024
1 parent 7d0e17e commit 66355b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ func testnetify(ctx *Context, home string, testnetAppCreator types.AppCreator, d
_, context := getCtx(ctx, true)
clientCreator := proxy.NewLocalClientCreator(cmtApp)
metrics := node.DefaultMetricsProvider(config.Instrumentation)
_, _, _, _, proxyMetrics, _, _ := metrics(genDoc.ChainID) //nolint:dogsled
_, _, _, _, proxyMetrics, _, _ := metrics(genDoc.ChainID)
proxyApp := proxy.NewAppConns(clientCreator, proxyMetrics)
if err := proxyApp.Start(); err != nil {
return nil, fmt.Errorf("error starting proxy app connections: %v", err)
Expand Down

0 comments on commit 66355b3

Please sign in to comment.