Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
faf committed May 26, 2017
1 parent 5bb282b commit 73b11b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mibew/libs/common/configurations.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ function load_system_configs()
if (file_exists(MIBEW_FS_ROOT . '/configs/config.yml')) {
$parser = new YamlParser();
$configs = $parser->parse(file_get_contents(MIBEW_FS_ROOT . '/configs/config.yml'));
}
else {
} else {
$configs = array();
}

Expand Down

0 comments on commit 73b11b4

Please sign in to comment.