nit: clang format

This commit is contained in:
Nishan
2022-12-10 09:48:04 +05:30
parent 60dd791dd8
commit 97be2cedce

View File

@@ -2543,7 +2543,7 @@ static void YGJustifyMainAxis(
const bool isLastChild = i == collectedFlexItemsValues.endOfLineIndex - 1;
// remove the gap if it is the last element of the line
if (isLastChild) {
betweenMainDim -= gap;
betweenMainDim -= gap;
}
if (childStyle.display() == YGDisplayNone) {
continue;