Skip to content

Commit 84ceb56

Browse files
committed
Fix formatting
1 parent a55c431 commit 84ceb56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Commands/SelfUpdateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ public function handle(): int
116116
$this->buildUrl('https://github.com/hydephp/cli/issues/new', [
117117
'title' => 'Error while self-updating the application',
118118
'body' => $this->stripPersonalInformation($this->getIssueMarkdown($exception))
119-
]), 'https://github.com/hydephp/cli/issues/new?title=Error+while+self-updating+the+application')
120-
);
119+
]), 'https://github.com/hydephp/cli/issues/new?title=Error+while+self-updating+the+application'
120+
));
121121

122122
if ($this->output->isVerbose()) {
123123
throw $exception;

0 commit comments

Comments
 (0)