Skip to content

Commit 1086cb3

Browse files
style ci fix
1 parent 6155eb0 commit 1086cb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/RestController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,7 @@ private function do_auth($method = false)
442442
*/
443443
private function get_local_config($config_file)
444444
{
445-
if (!$this->load->config($config_file, false))
446-
{
445+
if (!$this->load->config($config_file, false)) {
447446
$config = [];
448447
include __DIR__.'/'.$config_file.'.php';
449448
foreach ($config as $key => $value) {

0 commit comments

Comments
 (0)