From d8ca15d002bc91913e8d1f9fcd97b640d37f3112 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Mon, 27 Jan 2014 11:12:25 +0900 Subject: [PATCH] Remove double line break. --- lib/cli.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 1954840c..53ad9495 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -186,7 +186,6 @@ program }) }) - program .command('auth-mock') .description('start mock auth client')