Skip to content

Commit

Permalink
Format code (#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Aug 30, 2022
1 parent d364466 commit 4ee6729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Aspect/CoroutineHandlerAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Psr\Container\ContainerInterface;
use Swoole\Coroutine\Http\Client;
use SwooleTracker\Stats;

use function getSwooleTrackerSpanId;
use function getSwooleTrackerTraceId;

Expand Down
1 change: 1 addition & 0 deletions src/Middleware/HookMallocMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
use Psr\Http\Server\RequestHandlerInterface;

use function trackerHookMalloc;

class HookMallocMiddleware implements MiddlewareInterface
Expand Down

0 comments on commit 4ee6729

Please sign in to comment.