Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Sep 24, 2019
1 parent f79bfca commit ceaef57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -47,3 +47,4 @@ after_script:
cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.php-cs-fixer
3 changes: 0 additions & 3 deletions src/Lock.php
Expand Up @@ -2,9 +2,6 @@

namespace Amp\Sync;

use Amp\Promise;
use function Amp\call;

/**
* A handle on an acquired lock from a synchronization object.
*
Expand Down
2 changes: 1 addition & 1 deletion src/PrefixedKeyedMutex.php
Expand Up @@ -22,4 +22,4 @@ public function acquire(string $key): Promise
{
return $this->mutex->acquire($this->prefix . $key);
}
}
}

0 comments on commit ceaef57

Please sign in to comment.