Skip to content

Commit

Permalink
Merge pull request #827 from alexandear/remove-excessive-tab
Browse files Browse the repository at this point in the history
chore: Remove excessive TAB in one import statement
  • Loading branch information
jaqx0r committed Mar 26, 2024
2 parents d62c117 + d9dc57d commit 7b1512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mtail/mtail.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/prometheus/client_golang/prometheus/collectors"
"github.com/prometheus/client_golang/prometheus/promhttp"
vc "github.com/prometheus/client_golang/prometheus/collectors/version"
"github.com/prometheus/common/version"
"github.com/prometheus/common/version"
"go.opencensus.io/zpages"
)

Expand Down

0 comments on commit 7b1512a

Please sign in to comment.