Completed
Push — master ( 514c67...2af423 )
by Arjay
03:04
created
src/Services/DataTable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
         ])->setOrientation('landscape');
334 334
 
335 335
         return $snappy->loadView($this->printPreview, compact('data'))
336
-                      ->download($this->getFilename() . ".pdf");
336
+                        ->download($this->getFilename() . ".pdf");
337 337
     }
338 338
 
339 339
     /**
Please login to merge, or discard this patch.