mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Fix codestyle
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
39b15269c9
commit
c29480793c
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue