Coding style

This commit is contained in:
Émilie Feral
2019-12-31 12:23:39 +01:00
committed by Léa Saviot
parent c47394ae22
commit 80d8e8eead

View File

@@ -95,7 +95,8 @@ void AbstractScrollableExactApproximateExpressionsView::ContentCell::setDisplayC
}
void AbstractScrollableExactApproximateExpressionsView::ContentCell::setDisplayLeft(bool display) {
m_displayLeft = display; layoutSubviews();
m_displayLeft = display;
layoutSubviews();
}
Poincare::Layout AbstractScrollableExactApproximateExpressionsView::ContentCell::layout() const {