From 43f13ff36c402b6def2a2d5694c74dd727419d6a Mon Sep 17 00:00:00 2001 From: Harry-Hopkinson Date: Wed, 14 Feb 2024 14:13:17 +0000 Subject: [PATCH] Format code --- src/openrct2-ui/windows/News.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/openrct2-ui/windows/News.cpp b/src/openrct2-ui/windows/News.cpp index 642ee09c01..d65b65fc88 100644 --- a/src/openrct2-ui/windows/News.cpp +++ b/src/openrct2-ui/windows/News.cpp @@ -125,8 +125,7 @@ public: ScreenSize OnScrollGetSize(int32_t scrollIndex) override { - int32_t scrollHeight = static_cast(GetGameState().NewsItems.GetArchived().size()) - * CalculateItemHeight(); + int32_t scrollHeight = static_cast(GetGameState().NewsItems.GetArchived().size()) * CalculateItemHeight(); return { WW, scrollHeight }; }