Skip to content

Commit 50075ab

Browse files
committed
minor space format
1 parent bd86174 commit 50075ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Engine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function init(): void
148148
$this->dispatcher->setEngine($this);
149149

150150
// Register default components
151-
$this->map('eventDispatcher', static fn (): EventDispatcher => EventDispatcher::getInstance());
151+
$this->map('eventDispatcher', static fn(): EventDispatcher => EventDispatcher::getInstance());
152152
$this->loader->register('request', Request::class);
153153
$this->loader->register('response', Response::class);
154154
$this->loader->register('router', Router::class);

0 commit comments

Comments
 (0)