Skip to content

Commit 6f83de8

Browse files
committed
Spacing
1 parent 4741612 commit 6f83de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Client/PendingRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ public function pool(callable $callback)
662662
public function send(string $method, string $url, array $options = [])
663663
{
664664
$options = $this->parseHttpOptions($options);
665-
665+
666666
$url = ltrim(rtrim($this->baseUrl, '/').'/'.ltrim($url, '/'), '/');
667667

668668
[$this->pendingBody, $this->pendingFiles] = [null, []];

0 commit comments

Comments
 (0)