Skip to content

Commit

Permalink
Merge pull request #524 from XueSiLf/3.x
Browse files Browse the repository at this point in the history
up:修改文件缩进
  • Loading branch information
kiss291323003 authored Jan 18, 2022
2 parents e7d6228 + e71445f commit 8e8df06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resource/easyswoole
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use EasySwoole\Command\Caller;

$file = __DIR__ . '/vendor/autoload.php';
if (file_exists($file)) {
require $file;
require $file;
} else {
die("include composer autoload.php fail\n");
}
Expand All @@ -29,4 +29,4 @@ reset($argv);
$ret = CommandRunner::getInstance()->run($caller);
if($ret && !empty($ret->getMsg())){
echo $ret->getMsg()."\n";
}
}

0 comments on commit 8e8df06

Please sign in to comment.