Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arukompas authored and github-actions[bot] committed Sep 1, 2022
1 parent e256e16 commit 56a5482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public function __construct(

$firstLineText = $matches[6];

if (!empty($middle)) {
$firstLineText = $middle . ' ' . $firstLineText;
if (! empty($middle)) {
$firstLineText = $middle.' '.$firstLineText;
}

$this->text = mb_convert_encoding($firstLineText, 'UTF-8', 'UTF-8');
Expand Down

0 comments on commit 56a5482

Please sign in to comment.