Skip to content

Commit

Permalink
fixed minor syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hetan thakkar authored and hetan thakkar committed Sep 9, 2023
1 parent 26d2a26 commit eecc83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yoga/algorithm/CalculateLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ static void calculateLayoutImpl(
}

node->setLayoutHadOverflow(
node->getLayout().hadOverflow() |
node->getLayout().hadOverflow() ||
(collectedFlexItemsValues.remainingFreeSpace < 0));

// STEP 6: MAIN-AXIS JUSTIFICATION & CROSS-AXIS SIZE DETERMINATION
Expand Down

0 comments on commit eecc83a

Please sign in to comment.