Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9691665

Browse files
committed
Fix formatting
1 parent bf461ad commit 9691665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/third_party_rules/access_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ async def _on_frozen_state_change(
504504
) # type: EventBase
505505

506506
# If the room is publicly joinable, revert that upon freezing the room.
507-
if frozen is True and(
507+
if frozen is True and (
508508
current_join_rules is None
509509
or current_join_rules.content["join_rule"] == "public"
510510
):

0 commit comments

Comments
 (0)