Formatting update.

This commit is contained in:
Lea Anthony
2020-11-21 12:07:55 +11:00
parent 7f02f6886f
commit b920f45f60

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.")
}