@@ -27,7 +27,7 @@ |
||
27 | 27 | $json = file_get_contents($filename); |
28 | 28 | |
29 | 29 | // handle empty as [] |
30 | - if(empty($json)) { |
|
30 | + if (empty($json)) { |
|
31 | 31 | return array(); |
32 | 32 | } |
33 | 33 |