Skip to content

Commit

Permalink
vgo - fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman authored and spf13 committed Jun 7, 2019
1 parent 44c2d48 commit 73b5215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/cmd/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (p *Project) Create() error {
}

// create license
return p. createLicenseFile()
return p.createLicenseFile()
}

func (p *Project) createLicenseFile() error {
Expand Down

0 comments on commit 73b5215

Please sign in to comment.