mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 03:12:38 +08:00
Chore: Fix goimports grouping (#62423)
* fix goimports * fix goimports order
This commit is contained in:
@ -4,8 +4,9 @@ import (
|
||||
"net/http"
|
||||
"testing"
|
||||
|
||||
"github.com/grafana/grafana/pkg/services/user"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/grafana/grafana/pkg/services/user"
|
||||
)
|
||||
|
||||
func TestPrepareProxyRequest(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user