summary refs log tree commit diff
path: root/synapse/handlers/device.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-08-03 14:30:06 +0100
committerRichard van der Hoff <richard@matrix.org>2016-08-03 14:30:06 +0100
commita6f5cc65d9c4b1b1adf909355c03e72c456627a6 (patch)
tree3297dcbc26796f492bea139b0b1f1e6adc9c1186 /synapse/handlers/device.py
parentDefault device_display_name to null (diff)
downloadsynapse-a6f5cc65d9c4b1b1adf909355c03e72c456627a6.tar.xz
PEP8
Diffstat (limited to 'synapse/handlers/device.py')
-rw-r--r--synapse/handlers/device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py
index fcbe7f8e6b..8d630c6b1a 100644
--- a/synapse/handlers/device.py
+++ b/synapse/handlers/device.py
@@ -29,7 +29,7 @@ class DeviceHandler(BaseHandler):
 
     @defer.inlineCallbacks
     def check_device_registered(self, user_id, device_id,
-                                initial_device_display_name = None):
+                                initial_device_display_name=None):
         """
         If the given device has not been registered, register it with the
         supplied display name.