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

Commit 6d1f4d0

Browse files
committed
fix lint (unused variable)
1 parent 289c56e commit 6d1f4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TypeStructureTest.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ final class TypeStructureTest extends \Facebook\HackTest\HackTest {
223223
type_structure(TypeConstants::class, 'TShapeWithOneField'),
224224
$x,
225225
);
226-
$z = $y as TypeConstants::TShapeWithOneField;
226+
$y as TypeConstants::TShapeWithOneField;
227227
}
228228

229229
public function getExampleInvalidTypes(

0 commit comments

Comments
 (0)