Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jun 6, 2022
1 parent ee8a91b commit 5569edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Exceptions/CouldNotDownloadCertificate/UnknownError.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public function __construct(string $hostName, string $errorMessage)
$this->errorMessage = $errorMessage;
}

public function getOriginalMessage(): string {
public function getOriginalMessage(): string
{
return $this->errorMessage;
}
}

0 comments on commit 5569edb

Please sign in to comment.