From 87f4467b3d1346808b0f963edb928a36fcde2eb8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 15 Feb 2015 17:47:13 +0100 Subject: [PATCH] indent --- console | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/console b/console index f9af763..fa3fe68 100755 --- a/console +++ b/console @@ -8,6 +8,6 @@ use Console\Application; $app = new Application(); $app - ->chdir(__DIR__) - ->loadCommands() - ->run(); + ->chdir(__DIR__) + ->loadCommands() + ->run();