mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
db
This commit is contained in:
@@ -131,7 +131,7 @@ func (a Args) String() string {
|
|||||||
s += "{"
|
s += "{"
|
||||||
hasElement = true
|
hasElement = true
|
||||||
}
|
}
|
||||||
s += fmt.Sprintf("%s:%d", k, v)
|
s += fmt.Sprintf("%s:%v", k, v)
|
||||||
}
|
}
|
||||||
if hasElement {
|
if hasElement {
|
||||||
s += "}"
|
s += "}"
|
||||||
|
|||||||
Reference in New Issue
Block a user