Skip to content

Commit f3f7cbc

Browse files
authored
Update Main.php
1 parent 1fe71e0 commit f3f7cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cli/Main.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Main
3939
*/
4040
function __construct($argv)
4141
{
42-
echo " Command Line Tool!\n";
42+
echo "\n\n Command Line Tool!\n";
4343
if (php_sapi_name() !== 'cli') {
4444
exit('It\'s no cli!');
4545
}
@@ -53,7 +53,7 @@ function __construct($argv)
5353
//Command line settings...
5454
echo $this->request($argv);
5555

56-
exit("\n Finished in ".number_format((microtime(true)-$this->timer)*1000, 3)." ms.\n");
56+
exit("\n Finished in ".number_format((microtime(true)-$this->timer)*1000, 3)." ms.\n\n\n");
5757
}
5858

5959
//CORE Request

0 commit comments

Comments
 (0)