From cc28c7b65f9aa53a6bb1f0162f6124e1ad5edac2 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 22 May 2018 17:24:47 +0300 Subject: Gofmt --- matrix/matrix_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'matrix/matrix_test.go') diff --git a/matrix/matrix_test.go b/matrix/matrix_test.go index 753fda0..b6511ec 100644 --- a/matrix/matrix_test.go +++ b/matrix/matrix_test.go @@ -17,16 +17,16 @@ package matrix import ( - "testing" - "maunium.net/go/gomuks/config" - "github.com/stretchr/testify/assert" - "net/http" - "maunium.net/go/gomatrix" - "strings" + "encoding/json" "fmt" + "github.com/stretchr/testify/assert" "io/ioutil" - "encoding/json" + "maunium.net/go/gomatrix" + "maunium.net/go/gomuks/config" + "net/http" "os" + "strings" + "testing" ) func TestContainer_InitClient_Empty(t *testing.T) { -- cgit v1.2.3