Skip to content

Commit

Permalink
Fixes styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and github-actions[bot] committed May 25, 2024
1 parent dfca3c5 commit be6073d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/ConsoleExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use Tempest\ExceptionHandler;
use Tempest\Highlight\Escape;
use Tempest\Highlight\Highlighter;
use Throwable;
use function Tempest\ll;
use Throwable;

final readonly class ConsoleExceptionHandler implements ExceptionHandler
{
Expand Down
4 changes: 3 additions & 1 deletion src/Output/TailReader.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tempest\Console\Output;

use Closure;
Expand Down Expand Up @@ -32,4 +34,4 @@ public function tail(string $path, ?Closure $format = null): void
$offset = $newOffset;
}
}
}
}

0 comments on commit be6073d

Please # to comment.