mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-12 06:21:16 +08:00
db
This commit is contained in:
parent
6ee06ded3f
commit
47766a2c2c
@ -131,7 +131,7 @@ func (a Args) String() string {
|
|||||||
s += "{"
|
s += "{"
|
||||||
hasElement = true
|
hasElement = true
|
||||||
}
|
}
|
||||||
s += fmt.Sprintf("%s:%v", k, v)
|
s += fmt.Sprintf("%s: %v", k, v)
|
||||||
}
|
}
|
||||||
if hasElement {
|
if hasElement {
|
||||||
s += "}"
|
s += "}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user