From 2570d911ed7c1f2c604d0dd05201cf54bf63de4c Mon Sep 17 00:00:00 2001 From: anshul sharma Date: Fri, 25 Apr 2025 10:48:59 +0530 Subject: [PATCH] go formatting --- command/fmt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/fmt.go b/command/fmt.go index 001eee0bd..abd2d050a 100644 --- a/command/fmt.go +++ b/command/fmt.go @@ -40,7 +40,7 @@ func (c *FormatCommand) ParseArgs(args []string) (*FormatArgs, int) { flags.Usage() return &cfg, 1 } - + cfg.Paths = args return &cfg, 0 }