Skip to content

Commit cf58c34

Browse files
committed
Fix lint errors
1 parent 1d83b4f commit cf58c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gitea/Gitea.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private function fetchApi($path) {
3030
return $data;
3131
}
3232
if (property_exists($data, "data")) {
33-
return $data->data;
33+
return $data->data;
3434
}
3535
throw new Exception("Invalid response");
3636
case 401:

0 commit comments

Comments
 (0)