From e55773c22541f240e7efb908a8f47bba5b2f01a0 Mon Sep 17 00:00:00 2001 From: Shusetsu Toda Date: Wed, 28 Nov 2018 16:40:03 +0100 Subject: [PATCH] :recycle: Fix description to use back quote --- src/commands/block/get.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/block/get.ts b/src/commands/block/get.ts index 59bce43a..2148f545 100644 --- a/src/commands/block/get.ts +++ b/src/commands/block/get.ts @@ -26,7 +26,9 @@ export default class GetCommand extends BaseCommand { }, ]; - static description = 'Gets block information from the blockchain.'; + static description = ` + Gets block information from the blockchain. + `; static examples = [ 'block:get 17108498772892203620',