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