Skip to content

Commit

Permalink
Remove extraneous line
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
Yuri Shkuro committed Oct 24, 2017
1 parent cb878e2 commit e241533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/query/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ func main() {
app.HandlerOptions.Tracer(tracer))
staticHandler, err := app.NewStaticAssetsHandler(queryOpts.StaticAssets, queryOpts.UIConfig)
if err != nil {
viper.ReadInConfig
logger.Fatal("Could not create static assets handler", zap.Error(err))
}
r := mux.NewRouter()
Expand Down

0 comments on commit e241533

Please sign in to comment.