From 9d4ec466af9e7c3e13d6f8ec780ed60120bb0f14 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 1a5a547d140..b5c2008756b 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(); }