From c2135ac56643ad06f752e835bb031b996586b714 Mon Sep 17 00:00:00 2001 From: Ludea Date: Mon, 12 Jun 2023 13:45:45 +0000 Subject: [PATCH] prettier --- plugins/stronghold/guest-js/index.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/plugins/stronghold/guest-js/index.ts b/plugins/stronghold/guest-js/index.ts index 842e3779..42c27264 100644 --- a/plugins/stronghold/guest-js/index.ts +++ b/plugins/stronghold/guest-js/index.ts @@ -299,13 +299,12 @@ export class Store { client: this.client, key: toBytesDto(key), }).then((v) => { - if (v !== null || undefined) { - return Uint8Array.from(v); - } - else { - return null; - } - }) + if (v !== null || undefined) { + return Uint8Array.from(v); + } else { + return null; + } + }); } async insert(