mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: dep ensure. now without gofmt on ventor directory
This commit is contained in:
2
vendor/gopkg.in/macaron.v1/context.go
generated
vendored
2
vendor/gopkg.in/macaron.v1/context.go
generated
vendored
@@ -270,7 +270,7 @@ func (ctx *Context) SetParams(name, val string) {
|
||||
|
||||
// ReplaceAllParams replace all current params with given params
|
||||
func (ctx *Context) ReplaceAllParams(params Params) {
|
||||
ctx.params = params
|
||||
ctx.params = params;
|
||||
}
|
||||
|
||||
// ParamsEscape returns escapred params result.
|
||||
|
||||
Reference in New Issue
Block a user