Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored and actions-user committed Oct 16, 2020
1 parent 0ca75e5 commit f9363c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Zipper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Aerni\Zipper;

use ZipArchive;
use Statamic\Assets\Asset;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Storage;
use Statamic\Assets\Asset;
use ZipArchive;

class Zipper
{
Expand Down
1 change: 0 additions & 1 deletion src/ZipperTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Aerni\Zipper;

use Aerni\Zipper\Zipper;
use Statamic\Tags\Tags;

class ZipperTags extends Tags
Expand Down
1 change: 0 additions & 1 deletion tests/ZipperTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Aerni\Zipper\Tests;

use Aerni\Zipper\ZipperTags;
use Aerni\Zipper\Tests\TestCase;

class ZipperTagsTest extends TestCase
{
Expand Down

0 comments on commit f9363c0

Please sign in to comment.