un-double indent

pull/2495/head
David Baker 2017-10-04 12:44:27 +01:00
parent 197c14dbcf
commit 78d4ced829
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class RoomCreationHandler(BaseHandler):
user_id = requester.user.to_string()
if not self.spam_checker.user_may_create_room(user_id):
raise SynapseError(403, "You are not permitted to create rooms")
raise SynapseError(403, "You are not permitted to create rooms")
if ratelimit:
yield self.ratelimit(requester)