From 202521b9ef0a82cc88694ac048f91e5ce6dd5a71 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 14 Jun 2022 23:01:38 -0700 Subject: [PATCH] ircd::m: Fix spacing. [ci skip] --- matrix/room_bootstrap.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix/room_bootstrap.cc b/matrix/room_bootstrap.cc index fc7cfb7e6..3f8fb4683 100644 --- a/matrix/room_bootstrap.cc +++ b/matrix/room_bootstrap.cc @@ -671,12 +671,12 @@ try const json::array &auth_events { proto.get("auth_events") - }; + }; const json::array &prev_events { proto.get("prev_events") - }; + }; json::iov event; json::iov content;