Skip to content

Commit b5c4d13

Browse files
authored
Remove extra blank line in TestCommand (#427)
1 parent 20e5604 commit b5c4d13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Sentry/Laravel/TestCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function handle()
8686
$this->info("[Sentry] Transaction sent: {$result}");
8787
}
8888

89-
9089
if (!$eventId) {
9190
$this->error('[Sentry] There was an error sending the test event.');
9291
$this->error('[Sentry] Please check if your DSN is set properly in your config or `.env` as `SENTRY_LARAVEL_DSN`.');

0 commit comments

Comments
 (0)