From df3b5291617a51115a0405de7fca64b49956816e Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Wed, 26 Jul 2017 21:22:48 -0700 Subject: [PATCH] Format js code --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 3135a9443..acc40499e 100644 --- a/Readme.md +++ b/Readme.md @@ -285,9 +285,9 @@ program .command('getstream [url]', 'get stream URL') .parse(process.argv); - if (!process.argv.slice(2).length) { - program.outputHelp(make_red); - } +if (!process.argv.slice(2).length) { + program.outputHelp(make_red); +} function make_red(txt) { return colors.red(txt); //display the help text in red on the console