Chore: Fix goimports grouping (#62429)

* fix goimports ordering

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 09:57:50 +01:00
committed by GitHub
parent d6d4097567
commit 907e2a840e
65 changed files with 127 additions and 103 deletions
+1 -1
View File
@@ -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"
)