From: Noah Campbell Date: Tue, 1 Oct 2013 21:27:09 +0000 (-0700) Subject: Fixing up source code formatting. X-Git-Tag: v0.9~64 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=94a3184a;p=brevno-suite%2Fhugo Fixing up source code formatting. --- diff --git a/source/filesystem.go b/source/filesystem.go index d089c143..abec4bad 100644 --- 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 }