summary refs log tree commit diff
path: root/webclient/components/matrix/event-handler-service.js
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/components/matrix/event-handler-service.js')
-rw-r--r--webclient/components/matrix/event-handler-service.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webclient/components/matrix/event-handler-service.js b/webclient/components/matrix/event-handler-service.js
index 6ea0f58bc5..7514770583 100644
--- a/webclient/components/matrix/event-handler-service.js
+++ b/webclient/components/matrix/event-handler-service.js
@@ -93,7 +93,6 @@ angular.module('eventHandlerService', [])
         $rootScope.$broadcast(PRESENCE_EVENT, event, isLiveEvent);
     };
     
-    
     return {
         MSG_EVENT: MSG_EVENT,
         MEMBER_EVENT: MEMBER_EVENT,