Skip to content

Commit 4468f8e

Browse files
Merge pull request #114 from TheDragonCode/code-style-evpholy
The code style has been fixed
2 parents 4e41d4e + 7a8f21d commit 4468f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Services/Output.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Illuminate\Support\Str;
88

9-
use function Termwind\{render};
9+
use function Termwind\render;
1010

1111
class Output
1212
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
"@php vendor/bin/pest --compact"
8484
]
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)