chore(initialize): code cleanups and gofmt

This commit is contained in:
Brandon Philips
2014-05-06 16:11:26 -07:00
parent 4e84180ad5
commit aea5ca5252
5 changed files with 22 additions and 26 deletions

View File

@@ -65,8 +65,8 @@ func PlaceUnit(u *Unit, dst string) error {
}
file := File{
Path: dst,
Content: u.Content,
Path: dst,
Content: u.Content,
RawFilePermissions: "0644",
}