Fix for unfinished line

This commit is contained in:
Hannah Trosi
2016-07-09 17:17:23 -07:00
parent 88ca064853
commit 6def3b400a

View File

@@ -89,7 +89,6 @@
verticalStack.children = @[textNodeOne, textNodeTwo];
ASLayoutSpec *spacer = [[ASLayoutSpec alloc] init];
spacer.f
spacer.flexGrow = YES;
ASStackLayoutSpec *horizontalStack = [ASStackLayoutSpec horizontalStackLayoutSpec];