Skip to content

Commit

Permalink
Add missing new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Sep 30, 2024
1 parent 414f51f commit 1d5721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MenuItemTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ TEST_CASE("MenuItem initialization and properties", "[MenuItem]")
REQUIRE(menuItem.getHeight() == 60);
REQUIRE(menuItem.getCenter() == Point{133, 30});
}
}
}

0 comments on commit 1d5721d

Please sign in to comment.