Completed
Push — master ( 6ad205...f1739d )
by Chris
02:56
created
src/fs_utils.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         if( ! $rand_func )
28 28
         {
29 29
             $rand_func = function( $prefix )
30
-                         {
30
+                            {
31 31
                             return uniqid( $prefix, true );
32 32
                         };
33 33
         }
Please login to merge, or discard this patch.