Skip to content

Commit 9f0f7f5

Browse files
author
Simon Prickett
authored
Minor formatting fix. (#1890)
1 parent 16afa7d commit 9f0f7f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/command-with-modifiers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ async function commandWithModifiers() {
1919
result = await client.set('mykey', 'newvalue', {
2020
EX: 60,
2121
GET: true
22-
}
23-
);
22+
});
2423

2524
console.log(result); //myvalue
2625

0 commit comments

Comments
 (0)