0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd:Ⓜ️ Fix spacing. [ci skip]

This commit is contained in:
Jason Volk 2022-06-14 23:01:38 -07:00
parent 4a18caf245
commit 202521b9ef

View file

@ -671,12 +671,12 @@ try
const json::array &auth_events const json::array &auth_events
{ {
proto.get("auth_events") proto.get("auth_events")
}; };
const json::array &prev_events const json::array &prev_events
{ {
proto.get("prev_events") proto.get("prev_events")
}; };
json::iov event; json::iov event;
json::iov content; json::iov content;