Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Oct 24, 2019
1 parent b552d07 commit 3d0d695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpectObj.hack
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class ExpectObj<T> extends Assert {
$returned = \call_user_func_array($callable, $args);

if ($returned is Awaitable<_>) {
$ret = \HH\Asio\join($returned);
\HH\Asio\join($returned);
}
} catch (\Exception $e) {
$e = expect($e)->toBeInstanceOf(
Expand Down

0 comments on commit 3d0d695

Please sign in to comment.