Browse Source

fix unreasonable goimports (#6115)

Signed-off-by: tanjunchen <2799194073@qq.com>
pull/6116/head
陈谭军 5 years ago committed by Brian Brazil
parent
commit
0f022aa42b
  1. 5
      util/stats/stats_test.go

5
util/stats/stats_test.go

@ -15,11 +15,12 @@ package stats
import ( import (
"encoding/json" "encoding/json"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/prometheus/util/testutil"
"regexp" "regexp"
"testing" "testing"
"time" "time"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/prometheus/util/testutil"
) )
func TestTimerGroupNewTimer(t *testing.T) { func TestTimerGroupNewTimer(t *testing.T) {

Loading…
Cancel
Save