Skip to content

Commit 37925cc

Browse files
committed
formatting fix
1 parent ee643b9 commit 37925cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Executor/Runner/Docker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,11 +960,11 @@ public function createExecution(
960960
\curl_setopt($ch, CURLOPT_URL, "http://" . $hostname . ":3000" . $path);
961961
\curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $method);
962962
\curl_setopt($ch, CURLOPT_NOBODY, \strtoupper($method) === 'HEAD');
963-
964-
if(!empty($payload)) {
963+
964+
if (!empty($payload)) {
965965
\curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
966966
}
967-
967+
968968
\curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
969969
\curl_setopt($ch, CURLOPT_HEADERFUNCTION, function ($curl, $header) use (&$responseHeaders) {
970970
$len = strlen($header);

0 commit comments

Comments
 (0)