style: goimports formatting

This commit is contained in:
2026-02-28 07:09:07 +00:00
parent 83d92be37a
commit 5629e41aeb

View File

@@ -194,7 +194,6 @@ type Grouper interface {
GroupIsInstalled(ctx context.Context, group string) (bool, error)
}
// NormalizeName provides package name normalization.
// Supported by: apt (strips :arch suffixes), rpm.
type NameNormalizer interface {