Skip to content

Commit f20223c

Browse files
authored
Merge pull request #534 from nextcloud/fix/fix-codestyle-stable28
[stable28] chore: composer run cs:fix
2 parents ea1bb03 + 0524def commit f20223c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Controller/IPWhitelistController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class IPWhitelistController extends Controller {
4545
* @param IConfig $config
4646
*/
4747
public function __construct(string $appName,
48-
IRequest $request,
49-
IConfig $config) {
48+
IRequest $request,
49+
IConfig $config) {
5050
parent::__construct($appName, $request);
5151

5252
$this->config = $config;

0 commit comments

Comments
 (0)