Add explanatory comments and format

Signed-off-by: Chris Mark <chrismarkou92@gmail.com>
This commit is contained in:
Chris Mark
2019-02-13 09:38:13 +02:00
parent 1382d87d7f
commit f5f8e49fa3
2 changed files with 5 additions and 1 deletions

View File

@@ -131,4 +131,4 @@ func TestExpandFileSourceWithKeyAndError(t *testing.T) {
if err == nil {
t.Fatalf("FileSources should not be correctly expanded: %v", fa.FileSources)
}
}
}