mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix codestyle
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
dd054b2ee8
commit
2994dbe215
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue