mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Fixing up source code formatting.
This commit is contained in:
@@ -27,7 +27,9 @@ type Filesystem struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (f *Filesystem) Files() []*File {
|
func (f *Filesystem) Files() []*File {
|
||||||
if len(f.files)<1 {f.captureFiles()}
|
if len(f.files) < 1 {
|
||||||
|
f.captureFiles()
|
||||||
|
}
|
||||||
return f.files
|
return f.files
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user