From bd17c4b026944c5ee7e2c3e9d774800105d632ee Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Thu, 14 Nov 2019 16:35:45 -0800 Subject: [PATCH] lint --- js/background.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index 2b3cdd05f..aa8db1636 100644 --- a/js/background.js +++ b/js/background.js @@ -1442,7 +1442,9 @@ } const primaryDeviceKey = window.storage.get('primaryDevicePubKey'); - const allOurDevices = await libloki.storage.getAllDevicePubKeysForPrimaryPubKey(primaryDeviceKey); + const allOurDevices = await libloki.storage.getAllDevicePubKeysForPrimaryPubKey( + primaryDeviceKey + ); const descriptorId = await textsecure.MessageReceiver.arrayBufferToString( messageDescriptor.id );