style: 格式整理

This commit is contained in:
mh-swift
2024-07-09 17:21:32 +08:00
parent e501a33163
commit 5c3bcaf6cc
9 changed files with 33 additions and 36 deletions

View File

@@ -33,5 +33,4 @@ func AddLineNo(s string) string {
bf.WriteString(strings.Repeat(" ", maxLineNoStrLen-len(lineNoStr)) + lineNoStr + " " + line)
}
return bf.String()
}