Chore: Fix goimports grouping in pkg/services (#62420)

* fix goimports

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 08:21:27 +00:00
committed by GitHub
parent 324310abbc
commit bc2813ef06
74 changed files with 147 additions and 109 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ package sqlstore
import (
"fmt"
glog "github.com/grafana/grafana/pkg/infra/log"
"xorm.io/core"
glog "github.com/grafana/grafana/pkg/infra/log"
)
type XormLogger struct {