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

@@ -8,8 +8,8 @@ import (
"runtime"
"strings"
"github.com/spf13/cobra"
"gitea.dockr.co/kev/go-jdenticon/jdenticon"
"github.com/spf13/cobra"
)
// isRootPath checks if the given path is a filesystem root.