vgo - fix format

This commit is contained in:
jharshman 2019-01-29 20:28:47 -08:00 committed by Steve Francia
parent 44c2d482f6
commit 73b5215dc7

View file

@ -60,7 +60,7 @@ func (p *Project) Create() error {
} }
// create license // create license
return p. createLicenseFile() return p.createLicenseFile()
} }
func (p *Project) createLicenseFile() error { func (p *Project) createLicenseFile() error {