Completed
Branch master (1438b4)
by Nils
07:06
created
src/OpenSkill/Datatable/Datatable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,6 +55,6 @@
 block discarded – undo
55 55
      * @return DatatableView the view to work with
56 56
      */
57 57
     public function view($view = null) {
58
-       return new DatatableView($view, $this->versionEngine->getVersion());
58
+        return new DatatableView($view, $this->versionEngine->getVersion());
59 59
     }
60 60
 }
61 61
\ No newline at end of file
Please login to merge, or discard this patch.