From 03af8d61c7dcb8028ef8e3935b2be9fd482810d7 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Tue, 20 Jan 2026 12:47:44 -0500 Subject: [PATCH] format --- modules/new/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/new/new.go b/modules/new/new.go index caf0dae..c1937ac 100644 --- a/modules/new/new.go +++ b/modules/new/new.go @@ -118,7 +118,7 @@ Check out [Fes's docs](https://docs.vxserver.dev/static/fes.html).`, "$$", "`"), ui.Hint("you can run this with `fes run %s`", dir) - fmt.Println("Created new Fes project at", func () string { + fmt.Println("Created new Fes project at", func() string { if cwd, err := os.Getwd(); err != nil { return dir } else {