Commit 2cf0dc2c by Torkel Ödegaard

fix(gofmt): fixed non formated go file

parent bdb67d49
...@@ -3,8 +3,8 @@ package middleware ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment