mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
vgo - fix format
This commit is contained in:
parent
44c2d482f6
commit
73b5215dc7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ func (p *Project) Create() error {
|
|||
}
|
||||
|
||||
// create license
|
||||
return p. createLicenseFile()
|
||||
return p.createLicenseFile()
|
||||
}
|
||||
|
||||
func (p *Project) createLicenseFile() error {
|
||||
|
|
Loading…
Reference in a new issue