From 9f0f7f52159b8ca544ffaa28f8e35b0c4b565464 Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Thu, 3 Feb 2022 11:43:36 +0000 Subject: [PATCH] Minor formatting fix. (#1890) --- examples/command-with-modifiers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/command-with-modifiers.js b/examples/command-with-modifiers.js index 78b1d2e3d2..3194023381 100644 --- a/examples/command-with-modifiers.js +++ b/examples/command-with-modifiers.js @@ -19,8 +19,7 @@ async function commandWithModifiers() { result = await client.set('mykey', 'newvalue', { EX: 60, GET: true - } - ); + }); console.log(result); //myvalue