ref: 94a3184ad0e037f9faefda2bc330503b01f21016
parent: 5a66fa3954f8d4329b2a32fe77c74d953a3c6bb7
author: Noah Campbell <[email protected]>
date: Tue Oct 1 10:27:09 EDT 2013
Fixing up source code formatting.
--- a/source/filesystem.go
+++ b/source/filesystem.go
@@ -27,7 +27,9 @@
}
func (f *Filesystem) Files() []*File {
- if len(f.files)<1 {f.captureFiles()}
+ if len(f.files) < 1 {
+ f.captureFiles()
+ }
return f.files
}