Run go fix and go fmt

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-19 15:43:23 +01:00
parent 3f6c3c87f2
commit 8b66a61990
15 changed files with 34 additions and 36 deletions

View File

@@ -21,6 +21,6 @@ import (
type Factory struct {
IOStreams *iostreams.IOStreams
Version string
Config func() (*config.Config, error)
Version string
Config func() (*config.Config, error)
}