chore: group imports #5

Merged
argoyle merged 1 commits from group-imports into main 2021-05-03 18:54:24 +00:00
+2 -1
View File
@@ -2,11 +2,12 @@ package client
import ( import (
"fmt" "fmt"
"github.com/stretchr/testify/assert"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"sort" "sort"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestPrivilegeHandler_Process_InvalidType(t *testing.T) { func TestPrivilegeHandler_Process_InvalidType(t *testing.T) {