mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 13:14:40 -04:00
Fixing up source code formatting.
This commit is contained in:
parent
5a66fa3954
commit
94a3184ad0
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user