mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/federation/send_leave: Remove space.
This commit is contained in:
parent
6ac41d99ac
commit
f598c8b34f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ put__send_leave(client &client,
|
||||||
|
|
||||||
static const json::array &response
|
static const json::array &response
|
||||||
{
|
{
|
||||||
"[200, {}]"
|
"[200,{}]"
|
||||||
};
|
};
|
||||||
|
|
||||||
return resource::response
|
return resource::response
|
||||||
|
|
Loading…
Reference in a new issue