Completed
Push — master ( bc5395...2d139c )
by Stefan
02:32
created
autoload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Registers a simple autoload closure. Require this file,
4 4
  * if onesheet was _not_ installed via composer.
5 5
  */
6
-spl_autoload_register(function ($class) {
6
+spl_autoload_register(function($class) {
7 7
     // skip right away, if its not OneSheet
8 8
     if (0 !== strpos($class, 'OneSheet')) {
9 9
         return;
Please login to merge, or discard this patch.