summaryrefslogtreecommitdiffstats
path: root/hugofs/glob/glob.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs/glob/glob.go')
-rw-r--r--hugofs/glob/glob.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugofs/glob/glob.go b/hugofs/glob/glob.go
index 88485e1f0..5d2d3d5e5 100644
--- a/hugofs/glob/glob.go
+++ b/hugofs/glob/glob.go
@@ -53,7 +53,6 @@ func GetGlob(pattern string) (glob.Glob, error) {
globMu.Unlock()
return eg.glob, eg.err
-
}
func NormalizePath(p string) string {
@@ -98,5 +97,4 @@ func HasGlobChar(s string) bool {
}
}
return false
-
}