From 94a3184ad0e037f9faefda2bc330503b01f21016 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Tue, 1 Oct 2013 14:27:09 -0700 Subject: Fixing up source code formatting. --- source/filesystem.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/filesystem.go') diff --git a/source/filesystem.go b/source/filesystem.go index d089c143e..abec4bad4 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 } -- cgit v1.2.3