summaryrefslogtreecommitdiffstats
path: root/hugofs/glob.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs/glob.go')
-rw-r--r--hugofs/glob.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugofs/glob.go b/hugofs/glob.go
index e4115ea7c..147b6b9f1 100644
--- a/hugofs/glob.go
+++ b/hugofs/glob.go
@@ -81,5 +81,4 @@ func Glob(fs afero.Fs, pattern string, handle func(fi FileMetaInfo) (bool, error
}
return nil
-
}