fix formatting

Signed-off-by: coolguy1842 <kian.goslett@protonmail.com>
(cherry picked from commit 71b2c4b1fd)
This commit is contained in:
coolguy1842 2024-06-06 16:32:41 +10:00 committed by Trial97
parent d23fa73f52
commit 616556ea7b
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -66,7 +66,7 @@ void VisualGroup::update()
rows[currentRow].height = maxRowHeight;
rows[currentRow].top = offsetFromTop;
currentRow++;
if(currentRow >= rows.size()) {
if (currentRow >= rows.size()) {
currentRow = rows.size() - 1;
}
offsetFromTop += maxRowHeight + 5;