mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fixing up source code formatting.
This commit is contained in:
parent
5a66fa3954
commit
94a3184ad0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue