diff --git a/y/error_test.go b/y/error_test.go index 61ea6a4c6..b8091dc2e 100644 --- a/y/error_test.go +++ b/y/error_test.go @@ -2,8 +2,9 @@ package y import ( "errors" - "github.com/stretchr/testify/require" "testing" + + "github.com/stretchr/testify/require" ) func TestCombineWithBothErrorsPresent(t *testing.T) {