post-processor/vagrant: style

This commit is contained in:
Mitchell Hashimoto 2014-09-02 09:54:55 -07:00
parent 67bd0a38ee
commit 7c11d2a313
1 changed files with 1 additions and 0 deletions

View File

@ -140,5 +140,6 @@ func WriteMetadata(dir string, contents interface{}) error {
enc := json.NewEncoder(f)
return enc.Encode(contents)
}
return nil
}