Skip to content

Commit df70f03

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 85e9953 commit df70f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Markdown/MarkdownServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MarkdownServiceProvider extends ServiceProvider
2020
public function register(): void
2121
{
2222
$this->app->singleton(Converter::class, function ($app, array $params = []) {
23-
$client = new CurlClient();
23+
$client = new CurlClient;
2424
$client->setSettings([
2525
// 'follow_location' => false,
2626
]);

0 commit comments

Comments
 (0)