Completed
Branch master (dc7608)
by Pierre
03:20
created
src/App/Model/Accounts.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     {
69 69
         return realpath(
70 70
             $this->config->getPath() . self::PATH_ASSETS_MODEL
71
-        )  . self::ACCOUNTS_FILENAME;
71
+        ) . self::ACCOUNTS_FILENAME;
72 72
     }
73 73
 
74 74
     /**
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
         if (!file_exists($filename)) {
102 102
             $crypt = new Crypt($this->config);
103 103
             $accounts = $this->config->getSettings(Config::_ACCOUNTS);
104
-            $accounts = array_map(function ($ac) use ($crypt) {
104
+            $accounts = array_map(function($ac) use ($crypt) {
105 105
                 $ac[self::_PASSWORD] = $crypt->encrypt(
106 106
                     $ac[self::_PASSWORD],
107 107
                     true
Please login to merge, or discard this patch.