go fmt
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"testing"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestParseIndexGroup(t *testing.T) {
|
||||
@@ -40,4 +40,4 @@ func TestParseIndexGroup(t *testing.T) {
|
||||
So(parsed, ShouldContainKey, "海")
|
||||
So(parsed["海"], ShouldEqual, "UTF8")
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user