Completed
Push — master ( 1b8c50...818c2f )
by Arjay
02:41
created
src/Services/DataTable.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -335,10 +335,10 @@
 block discarded – undo
335 335
         $orientation = Config::get('datatables.snappy.orientation', 'landscape');
336 336
 
337 337
         $snappy->setOptions($options)
338
-               ->setOrientation($orientation);
338
+                ->setOrientation($orientation);
339 339
 
340 340
         return $snappy->loadHTML($this->printPreview())
341
-                      ->download($this->getFilename() . ".pdf");
341
+                        ->download($this->getFilename() . ".pdf");
342 342
     }
343 343
 
344 344
     /**
Please login to merge, or discard this patch.