Skip to content

Commit b2f1c0e

Browse files
committed
fix whitespace
Signed-off-by: Laurent GUERBY <[email protected]>
1 parent da9c633 commit b2f1c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Command/UserAdd.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function configure(): void {
4949

5050
protected function execute(InputInterface $input, OutputInterface $output): int {
5151
$uid = $input->getArgument('uid');
52-
52+
5353
if ($this->userManager->userExists($uid)) {
5454
$output->writeln('<error>The account "' . $uid . '" already exists.</error>');
5555
return 1;
@@ -81,7 +81,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
8181
if (!$output->isQuiet()) {
8282
$output->writeln('<info>SAML user "' . $uid . '" added.</info>');
8383
}
84-
84+
8585
return 0;
8686
}
8787

0 commit comments

Comments
 (0)