From 2994dbe2159807b2efa6acba3d0430bc25af207d Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 6 Sep 2021 10:53:01 +0000 Subject: [PATCH] Fix codestyle Signed-off-by: Lukas Reschke --- core/Controller/SvgController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index 5f5ffd4ceb0..17f16dd48e6 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -118,7 +118,7 @@ class SvgController extends Controller { * @return DataDisplayResponse|NotFoundResponse */ private function getSvg(string $path, string $color, string $fileName) { - if(!Filesystem::isValidPath($path)) { + if (!Filesystem::isValidPath($path)) { return new NotFoundResponse(); } -- 2.39.5