Skip to content

Commit 587cb34

Browse files
committed
fix formatting
1 parent ad6ce79 commit 587cb34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporter/exporter_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ import (
2727
"sync"
2828
"testing"
2929

30-
"github.com/percona/mongodb_exporter/internal/tu"
3130
"github.com/prometheus/client_golang/prometheus/testutil"
3231
"github.com/prometheus/common/promslog"
3332
"github.com/stretchr/testify/assert"
33+
34+
"github.com/percona/mongodb_exporter/internal/tu"
3435
)
3536

3637
// Use this for testing because labels like cluster ID are not constant in docker containers

0 commit comments

Comments
 (0)