Skip to content

Commit 490efe9

Browse files
committed
fix indentation
1 parent 487936c commit 490efe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solid/lib/Controller/ServerController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ private function getResponseType() {
276276
foreach ($responseTypes as $responseType) {
277277
switch ($responseType) {
278278
case "token":
279-
return "token";
279+
return "token";
280280
break;
281281
case "code":
282-
return "code";
282+
return "code";
283283
break;
284284
}
285285
}

0 commit comments

Comments
 (0)