Skip to content

Commit

Permalink
Update import order
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Jul 17, 2019
1 parent eecf4c7 commit ff01089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions receiver/prometheusreceiver/internal/internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ package internal
import (
"context"
"errors"

"github.com/open-telemetry/opentelemetry-service/consumer/consumerdata"
"sync"

"github.com/prometheus/prometheus/pkg/labels"
"github.com/prometheus/prometheus/scrape"
"go.uber.org/zap"
"sync"

"github.com/open-telemetry/opentelemetry-service/consumer/consumerdata"
)

// test helpers
Expand Down

0 comments on commit ff01089

Please sign in to comment.