Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 8, 2024
1 parent 5d6bf4e commit 70df517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileMutex.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Amp\Sync\Lock;
use Amp\Sync\Mutex;
use Amp\Sync\SyncException;
use function Amp\delay;
use const Amp\Process\IS_WINDOWS;
use function Amp\delay;

final class FileMutex implements Mutex
{
Expand Down

0 comments on commit 70df517

Please sign in to comment.