Skip to content

Commit c006ec6

Browse files
committed
Fix linting
1 parent ac9800f commit c006ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/url/url_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package url
33
import (
44
"testing"
55

6+
"github.com/stretchr/testify/assert"
7+
68
"github.com/ARM-software/golang-utils/utils/commonerrors"
79
"github.com/ARM-software/golang-utils/utils/commonerrors/errortest"
8-
"github.com/stretchr/testify/assert"
910
)
1011

1112
func TestUrl_IsParamSegment(t *testing.T) {

0 commit comments

Comments
 (0)