fix unreasonable goimports (#6115)

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

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

Loading…
Cancel
Save