diff --git a/src/ApplicationStrategy.php b/src/ApplicationStrategy.php
index ea4a7b5..265a758 100644
--- a/src/ApplicationStrategy.php
+++ b/src/ApplicationStrategy.php
@@ -34,7 +34,7 @@ class ApplicationStrategy extends Strategy\ApplicationStrategy {
return $this->getContainer()->get(ThrowableHandlerInterface::class);
}
-
+
public function getMethodNotAllowedDecorator(MethodNotAllowedException $exception): MiddlewareInterface
{
return $this->getContainer()->has(MethodNotAllowedInterface::class) ? $this->getContainer()->get(MethodNotAllowedInterface::class) : parent::getMethodNotAllowedDecorator($exception);
diff --git a/view/lean/picto/undraw_error.phtml b/view/lean/picto/undraw_error.phtml
index 36a976a..6ed7924 100644
--- a/view/lean/picto/undraw_error.phtml
+++ b/view/lean/picto/undraw_error.phtml
@@ -1 +1 @@
-
+
\ No newline at end of file