Skip to content

Commit

Permalink
Merge pull request #107 from hbjydev/master
Browse files Browse the repository at this point in the history
Fix gofmt error
  • Loading branch information
SuperQ authored Apr 29, 2021
2 parents d99e2d2 + f0ea9ba commit 4913d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/proxy/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import (
"github.com/go-kit/kit/log"
"github.com/go-kit/kit/log/level"
"github.com/google/uuid"
"github.com/prometheus-community/pushprox/util"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus-community/pushprox/util"
)

var (
Expand Down

0 comments on commit 4913d8d

Please sign in to comment.