Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-12-28 18:31:20 +0300
committersualko <klaus@jsxc.org>2021-12-29 17:49:49 +0300
commit922ef54b738f3b9da4dc1721cf29960b52c57e4f (patch)
tree8e9937dbe1de62f8dadd88d2413cd17dd64e8d9b
parent6ba57e57f6a891da949bcf3c4b0dabfade6c52f4 (diff)
chore: fix code style
-rw-r--r--src/plugins/omemo/Plugin.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/omemo/Plugin.ts b/src/plugins/omemo/Plugin.ts
index 4964a76d..c84a9533 100644
--- a/src/plugins/omemo/Plugin.ts
+++ b/src/plugins/omemo/Plugin.ts
@@ -119,7 +119,7 @@ export default class OMEMOPlugin extends EncryptionPlugin {
let stanza = await pepService.retrieveItems(NS_DEVICELIST, contact.getJid().bare);
this.onDeviceListUpdate(stanza);
- } catch(err) {
+ } catch (err) {
this.pluginAPI.Log.debug('Can not retrieve device list', err);
return false;