mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +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
|
||||
{
|
||||
"[200, {}]"
|
||||
"[200,{}]"
|
||||
};
|
||||
|
||||
return resource::response
|
||||
|
|
Loading…
Reference in a new issue