Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Apr 13, 2024
1 parent 48e4fef commit 1c6e057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Glhd\AnsiPants\AnsiString;

if (!function_exists('ansi')) {
if (! function_exists('ansi')) {
function ansi(string $value): AnsiString
{
return new AnsiString($value);
Expand Down

0 comments on commit 1c6e057

Please sign in to comment.