Skip to content

Commit 22c163c

Browse files
committed
Sort imports
1 parent 42a94ff commit 22c163c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

emf/logger_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package emf_test
22

33
import (
44
"bytes"
5-
"github.com/kinbiko/jsonassert"
6-
"github.com/prozz/aws-embedded-metrics-golang/emf"
75
"io/ioutil"
86
"os"
97
"testing"
8+
9+
"github.com/kinbiko/jsonassert"
10+
"github.com/prozz/aws-embedded-metrics-golang/emf"
1011
)
1112

1213
func TestEmf(t *testing.T) {

0 commit comments

Comments
 (0)