mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-11 13:49:01 +08:00
db
This commit is contained in:
parent
6ee06ded3f
commit
47766a2c2c
@ -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 += "}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user