From 6f363676fff02df4d235bd14b89aa4a4c8c6656b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 15 Feb 2015 21:38:49 +0100 Subject: [PATCH] indent --- console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console b/console index 68107ef..38e88c4 100755 --- a/console +++ b/console @@ -9,6 +9,6 @@ $app = new Application(); $app ->chdir(__DIR__) - ->addCommandsPath('src/Transmission/Command', 'Transmission\\Command') + ->addCommandsPath('src/Transmission/Command', 'Transmission\\Command') ->loadCommands() ->run();