Chore: Fix goimports grouping (#62429)
* fix goimports ordering * fix goimports order
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
package store
|
||||
|
||||
import (
|
||||
filestorage "github.com/grafana/grafana/pkg/infra/filestorage"
|
||||
mock "github.com/stretchr/testify/mock"
|
||||
|
||||
filestorage "github.com/grafana/grafana/pkg/infra/filestorage"
|
||||
user "github.com/grafana/grafana/pkg/services/user"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user