1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Format code

This commit is contained in:
Harry-Hopkinson
2024-02-14 14:13:17 +00:00
parent 0a8f1154ad
commit 43f13ff36c

View File

@@ -125,8 +125,7 @@ public:
ScreenSize OnScrollGetSize(int32_t scrollIndex) override
{
int32_t scrollHeight = static_cast<int32_t>(GetGameState().NewsItems.GetArchived().size())
* CalculateItemHeight();
int32_t scrollHeight = static_cast<int32_t>(GetGameState().NewsItems.GetArchived().size()) * CalculateItemHeight();
return { WW, scrollHeight };
}