From 666c64063421308e51d6283beed6f881395c713f Mon Sep 17 00:00:00 2001 From: sachaaaaa Date: Tue, 26 Nov 2019 10:13:17 +1100 Subject: [PATCH] lint --- js/modules/loki_file_server_api.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/modules/loki_file_server_api.js b/js/modules/loki_file_server_api.js index 1503507e2..eedd38fd3 100644 --- a/js/modules/loki_file_server_api.js +++ b/js/modules/loki_file_server_api.js @@ -230,7 +230,10 @@ class LokiHomeServerInstance extends LokiFileServerInstance { } clearOurDeviceMappingAnnotations() { - return this._server.setSelfAnnotation(DEVICE_MAPPING_USER_ANNOTATION_TYPE, null); + return this._server.setSelfAnnotation( + DEVICE_MAPPING_USER_ANNOTATION_TYPE, + null + ); } }