gofmt all the things

This commit is contained in:
sdomino 2015-06-10 16:39:33 -06:00
parent 0409bc7d6b
commit f06bf129bb

View File

@ -109,7 +109,7 @@ func (d *Driver) write(trans Transaction) error {
} }
// //
if err := ioutil.WriteFile(dir + "/" + trans.ResourceID, b, 0666); err != nil { if err := ioutil.WriteFile(dir+"/"+trans.ResourceID, b, 0666); err != nil {
return err return err
} }