Apply coding convention

This commit is contained in:
AI Bot
2026-05-03 17:58:47 +02:00
committed by Riyyi
parent 317d5f4be9
commit ccf64ce867
14 changed files with 2826 additions and 88 deletions
+3
View File
@@ -12,6 +12,9 @@ type Result struct {
ToRemove []string
}
// -----------------------------------------
// public
func Format(r *Result) string {
var b strings.Builder
b.WriteString(fmt.Sprintf("installed %d packages, removed %d packages", r.Installed, r.Removed))