style: fix gofmt formatting in cmd and internal packages
All checks were successful
CI / Test (push) Successful in 57s
CI / Lint (push) Successful in 14s
CI / Benchmark (push) Successful in 3m27s

This commit is contained in:
Kevin McIntyre
2026-02-10 14:00:27 -05:00
parent 4dfeb64364
commit 70b2d55613
7 changed files with 7 additions and 7 deletions

View File

@@ -9,9 +9,9 @@ import (
"strings"
"testing"
"gitea.dockr.co/kev/go-jdenticon/jdenticon"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"gitea.dockr.co/kev/go-jdenticon/jdenticon"
)
// TestGenerateCommand tests the generate command functionality