Skip to content

Commit b7af6f9

Browse files
committed
format imports
1 parent e146605 commit b7af6f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/metricbeat/module/gcp/billing/billing_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
package billing
66

77
import (
8-
"github.com/elastic/beats/v7/metricbeat/mb"
98
"io"
109
"log"
1110
"strconv"
1211
"testing"
1312

13+
"github.com/elastic/beats/v7/metricbeat/mb"
14+
1415
"github.com/stretchr/testify/assert"
1516
)
1617

0 commit comments

Comments
 (0)