From 48486e1afb6683d9caabe2d44920ae4df964dfd4 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sat, 16 Apr 2022 18:09:08 +0200 Subject: [PATCH] ci: reformatted tools/vcreate.v (#14054) Signed-off-by: Vincenzo Palazzo --- cmd/tools/vcreate.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/vcreate.v b/cmd/tools/vcreate.v index b09011bbc..928aa8dd7 100644 --- a/cmd/tools/vcreate.v +++ b/cmd/tools/vcreate.v @@ -160,7 +160,7 @@ fn create(args []string) { if c.version == '' { c.version = default_version } - default_license := os.getenv_opt('VLICENSE') or {'MIT'} + default_license := os.getenv_opt('VLICENSE') or { 'MIT' } c.license = os.input('Input your project license: ($default_license) ') if c.license == '' { c.license = default_license -- 2.30.2