mirror of
https://github.com/spf13/cobra
synced 2025-05-06 13:27:26 +00:00
vgo - fix format
This commit is contained in:
parent
3b1a457f1f
commit
6080b96e80
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…
Add table
Reference in a new issue