Skip to content

Commit c75ed6f

Browse files
qschmickgithub-actions[bot]
authored andcommitted
Fix styling
1 parent c401955 commit c75ed6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OxylabsApiClient.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ protected function makeRequest(
148148
if (strtolower($method) === 'post') {
149149
return Http::withHeaders($request->getHeaders())
150150
->post($request->getUri(), $payload)
151-
->throw($logException)
152-
;
151+
->throw($logException);
153152
} else {
154153
return Http::withHeaders($request->getHeaders())
155154
->get($request->getUri())

0 commit comments

Comments
 (0)