This commit is contained in:
wangchuxiao 2023-01-12 11:23:07 +08:00
parent 6ee06ded3f
commit 47766a2c2c

View File

@ -131,7 +131,7 @@ func (a Args) String() string {
s += "{"
hasElement = true
}
s += fmt.Sprintf("%s:%v", k, v)
s += fmt.Sprintf("%s: %v", k, v)
}
if hasElement {
s += "}"