projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a66fa3
)
Fixing up source code formatting.
author
Noah Campbell
<noahcampbell@gmail.com>
Tue, 1 Oct 2013 21:27:09 +0000
(14:27 -0700)
committer
Noah Campbell
<noahcampbell@gmail.com>
Tue, 8 Oct 2013 16:37:50 +0000
(18:37 +0200)
source/filesystem.go
patch
|
blob
|
history
diff --git
a/source/filesystem.go
b/source/filesystem.go
index d089c143e7cc1165908aa4ddae48e03a86f0ec86..abec4bad4862100a0d1daf45952157e66ff41910 100644
(file)
--- a/
source/filesystem.go
+++ b/
source/filesystem.go
@@
-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
}