Formatting update.

This commit is contained in:
Lea Anthony 2020-11-21 12:07:55 +11:00
commit b920f45f60
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -141,7 +141,6 @@ func initProject(options *templates.Options) error {
options.Logger.Println("Project Name: " + options.ProjectName)
options.Logger.Println("Project Directory: " + options.TargetDir)
options.Logger.Println("Project Template: " + options.TemplateName)
options.Logger.Println("")
if options.GenerateVSCode {
options.Logger.Println("VSCode config files generated.")
}