Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Oct 30, 2017
1 parent aa61979 commit 041da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/query/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
"github.com/uber/jaeger-lib/metrics/go-kit/expvar"
"go.uber.org/zap"

"github.com/pelletier/go-toml/query"
basicB "github.com/uber/jaeger/cmd/builder"
"github.com/uber/jaeger/cmd/flags"
casFlags "github.com/uber/jaeger/cmd/flags/cassandra"
Expand All @@ -38,7 +39,6 @@ import (
"github.com/uber/jaeger/pkg/config"
"github.com/uber/jaeger/pkg/healthcheck"
"github.com/uber/jaeger/pkg/recoveryhandler"
"github.com/pelletier/go-toml/query"
)

func main() {
Expand Down

0 comments on commit 041da91

Please sign in to comment.