From 8722e7ec84641c00197a377fec676a09d6d0d232 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Thu, 5 Aug 2021 01:08:42 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/TorchlightExtension.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/TorchlightExtension.php b/src/TorchlightExtension.php index f3a2082..646cf30 100644 --- a/src/TorchlightExtension.php +++ b/src/TorchlightExtension.php @@ -10,12 +10,12 @@ use Illuminate\Filesystem\Filesystem; use Illuminate\Http\Client\Factory; use Illuminate\Support\Arr; +use Illuminate\Support\Facades\Http; use League\CommonMark\ConfigurableEnvironmentInterface; use Torchlight\Block; +use Torchlight\Commonmark\TorchlightExtension as TorchlightCommonmark; use Torchlight\Manager; use Torchlight\Torchlight; -use Illuminate\Support\Facades\Http; -use Torchlight\Commonmark\TorchlightExtension as TorchlightCommonmark; class TorchlightExtension { @@ -80,5 +80,4 @@ protected function registerCache() new FileStore(new Filesystem, $this->baseDir . DIRECTORY_SEPARATOR . 'cache') )); } - -} \ No newline at end of file +}