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

Commit

Permalink
Lint 'n test
Browse files Browse the repository at this point in the history
  • Loading branch information
lexidor committed May 24, 2023
1 parent 847502c commit e83c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/NodeList.hack
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ final class NodeList<+Titem as Node> extends Node {
$type_hint,
) as nonnull
|> \HH\FIXME\UNSAFE_CAST<Node, Titem>($$, 'Titem can not be enforced.');
;

$children[] = $child;
$current_position += $child->getWidth();
}
Expand Down

0 comments on commit e83c4e8

Please sign in to comment.