Skip to content

Commit

Permalink
Add empty line after the output
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklul committed Oct 19, 2023
1 parent 7c12767 commit 6fdbc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BotCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ private function deleteWebhook(): void
$result = $this->telegram->deleteWebhook();

if ($result->isOk()) {
print $result->getDescription();
print $result->getDescription() . PHP_EOL;
} else {
print 'Request failed: ' . $result->getDescription();
}
Expand Down

0 comments on commit 6fdbc75

Please sign in to comment.