Skip to content

Commit dd8eb6b

Browse files
Remove an empty statement
NoEmptyStatementsLinter did not catch this one...
1 parent 76f668a commit dd8eb6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/snippet/AwaitableSnippet.hack

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ final class AwaitableSnippet implements SGMLStreamInterfaces\Snippet {
4848
SGMLStreamInterfaces\Consumer $consumer,
4949
): Awaitable<void> {
5050
$snippets_awaitable = async {
51-
$this->awaitable;
5251
if ($this->awaitable is null) {
5352
throw $this->caughtThrowable ??
5453
new _Private\SnippetNotPrimedException(static::class);

0 commit comments

Comments
 (0)