Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 8406469

Browse files
author
Andrés Correa Casablanca
committed
Remove unnecessary spaces in ConsoleIO
1 parent a25c463 commit 8406469

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/IO/ConsoleIO.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@
1111
* file that was distributed with this source code.
1212
*/
1313

14-
1514
namespace Litipk\JupyterPhpInstaller\IO;
1615

17-
1816
use Symfony\Component\Console\Input\InputInterface;
1917
use Symfony\Component\Console\Output\ConsoleOutputInterface;
2018
use Symfony\Component\Console\Output\OutputInterface;
2119
use Symfony\Component\Console\Helper\HelperSet;
2220
use Symfony\Component\Console\Question\ConfirmationQuestion;
2321
use Symfony\Component\Console\Question\Question;
2422

25-
2623
/**
2724
* The Input/Output helper.
2825
*

0 commit comments

Comments
 (0)