remove whitespace

This commit is contained in:
Toby Allen 2017-02-13 21:28:19 +00:00
parent 5072d70f38
commit 1a7612071a

View File

@ -55,12 +55,10 @@ func init() {
func hideCaddyfile(cctx caddy.Context) error {
ctx := cctx.(*httpContext)
for _, cfg := range ctx.siteConfigs {
// if no Caddyfile exists exit.
if cfg.originCaddyfile == "" {
return nil
}
absRoot, err := filepath.Abs(cfg.Root)
if err != nil {
return err