Skip to content

Commit 6820b7e

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 474ce37 commit 6820b7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Provider/Channel/GoWhatsApp/Gateway.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,9 @@ private function handleAlreadyLoggedIn(InputInterface $input, OutputInterface $o
745745
$this->setUsername($this->lazyUsername);
746746
$this->setPassword($this->lazyPassword);
747747
$this->setPhone($this->lazyPhone);
748-
$this->setDeviceName($this->getDeviceNameValue()); $this->setDeviceId($this->lazyDeviceId); $output->writeln('<info>Configuration saved successfully.</info>');
748+
$this->setDeviceName($this->getDeviceNameValue());
749+
$this->setDeviceId($this->lazyDeviceId);
750+
$output->writeln('<info>Configuration saved successfully.</info>');
749751
return self::CONFIG_SUCCESS;
750752
}
751753

0 commit comments

Comments
 (0)