mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 09:22:21 +08:00
fix(gofmt): fixed non formated go file
This commit is contained in:
@ -3,8 +3,8 @@ package middleware
|
|||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"gopkg.in/macaron.v1"
|
|
||||||
"github.com/grafana/grafana/pkg/setting"
|
"github.com/grafana/grafana/pkg/setting"
|
||||||
|
"gopkg.in/macaron.v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ValidateHostHeader(domain string) macaron.Handler {
|
func ValidateHostHeader(domain string) macaron.Handler {
|
||||||
|
Reference in New Issue
Block a user