chore: sort imports

This commit is contained in:
Michael 2017-11-08 11:40:04 +01:00 committed by Traefiker
parent 07c6e33598
commit e3131481e9
3 changed files with 7 additions and 4 deletions

View file

@ -1,8 +1,9 @@
package anonymize
import (
"github.com/stretchr/testify/assert"
"testing"
"github.com/stretchr/testify/assert"
)
func Test_doOnJSON(t *testing.T) {