From 1d5721db22f5983c6e3eaa1495f0b547bb50b489 Mon Sep 17 00:00:00 2001 From: przemek83 <4788832+przemek83@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:21:15 +0200 Subject: [PATCH] Add missing new line. --- test/MenuItemTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MenuItemTest.cpp b/test/MenuItemTest.cpp index af03d4e..b664f89 100644 --- a/test/MenuItemTest.cpp +++ b/test/MenuItemTest.cpp @@ -77,4 +77,4 @@ TEST_CASE("MenuItem initialization and properties", "[MenuItem]") REQUIRE(menuItem.getHeight() == 60); REQUIRE(menuItem.getCenter() == Point{133, 30}); } -} \ No newline at end of file +}