post-processor/vagrant: style

This commit is contained in:
Mitchell Hashimoto 2014-09-02 09:54:55 -07:00
parent 67bd0a38ee
commit 7c11d2a313

View File

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