summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/sendtodevice.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/rest/client/v2_alpha/sendtodevice.py')
-rw-r--r--synapse/rest/client/v2_alpha/sendtodevice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/sendtodevice.py b/synapse/rest/client/v2_alpha/sendtodevice.py
index 7c800ca895..4d13e793ac 100644
--- a/synapse/rest/client/v2_alpha/sendtodevice.py
+++ b/synapse/rest/client/v2_alpha/sendtodevice.py
@@ -51,7 +51,7 @@ class SendToDeviceRestServlet(servlet.RestServlet):
             defer.returnValue(res)
         except KeyError:
             pass
-        
+
         res_deferred = self._put(request, message_type, txn_id)
         self.txns.store_client_transaction(request, txn_id, res_deferred)
         res = yield res_deferred