Skip to content

Commit a30505f

Browse files
simonhampgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7f4994d commit a30505f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Fakes/FakeGlobalShortcutTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22

3-
use Native\Laravel\Facades\GlobalShortcut;
43
use Native\Laravel\Contracts\GlobalShortcut as GlobalShortcutContract;
4+
use Native\Laravel\Facades\GlobalShortcut;
55
use Native\Laravel\Fakes\GlobalShortcutFake;
6-
76
use PHPUnit\Framework\AssertionFailedError;
87

98
use function Pest\Laravel\swap;
@@ -121,4 +120,3 @@
121120

122121
$this->fail('Expected assertion to fail');
123122
});
124-

0 commit comments

Comments
 (0)