Completed
Push — master ( eb388d...3a8688 )
by
unknown
02:55
created
app/Providers/AppServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     public function register()
23 23
     {
24 24
         $this->app->singleton('auto-correct', function () {
25
-             return new AutoCorrect();
26
-         });
25
+                return new AutoCorrect();
26
+            });
27 27
 
28 28
         $this->app->singleton('markdown', function () {
29 29
             return new Parsedown();
Please login to merge, or discard this patch.