Skip to content

Commit 08c8d1e

Browse files
Apply fixes from StyleCI (#7)
[ci skip] [skip ci]
1 parent 20765dd commit 08c8d1e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ protected function request(Collection $blocks)
6060
} else {
6161
$response = $response->json();
6262
}
63-
6463
} catch (Throwable $e) {
6564
$e instanceof ConnectionException
6665
? $this->potentiallyThrowRequestException($e)

tests/ClientTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Illuminate\Support\Facades\Http;
1111
use Torchlight\Block;
1212
use Torchlight\Client;
13-
use Torchlight\Exceptions\RequestException;
1413
use Torchlight\Torchlight;
1514

1615
class ClientTest extends BaseTest
@@ -193,5 +192,4 @@ public function a_500_error_returns_a_default_in_production()
193192
$this->assertEquals('echo "hello world";', $block->highlighted);
194193
$this->assertEquals('<pre><code class=\'torchlight\'>echo &quot;hello world&quot;;</code></pre>', $block->wrapped);
195194
}
196-
197195
}

0 commit comments

Comments
 (0)