Passed
Push — master ( 9bde38...34ea2d )
by Caen
04:35 queued 01:28
created
packages/framework/src/HydeServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
         $this->app->singleton(AssetService::class, AssetService::class);
34 34
 
35
-        $this->app->singleton(MarkdownConverter::class, function () {
35
+        $this->app->singleton(MarkdownConverter::class, function() {
36 36
             return new MarkdownConverter();
37 37
         });
38 38
 
Please login to merge, or discard this patch.