Fix indentation

This commit is contained in:
Lukas Reschke 2016-06-21 21:44:00 +02:00
parent 89e889c832
commit a0e92b5fb0
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ namespace OCA\Theming\AppInfo;
'verb' => 'GET',
],
[
'name' => 'Theming#getLoginBackground',
'url' => '/loginbackground',
'verb' => 'GET',
'name' => 'Theming#getLoginBackground',
'url' => '/loginbackground',
'verb' => 'GET',
],
)));