Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
♻️ Fix description to use back quote
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Nov 28, 2018
1 parent e5c282b commit e55773c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/block/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e55773c

Please sign in to comment.