From 0d03a6658e07d00f598a43948dd550469394130e Mon Sep 17 00:00:00 2001 From: Hugelka <105743453+Hugelka@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:40:37 +0300 Subject: [PATCH] style --- test/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.cpp b/test/tests.cpp index 77aa856..0e4d80b 100644 --- a/test/tests.cpp +++ b/test/tests.cpp @@ -134,4 +134,4 @@ TEST(SwimmingpoolTest, checkFencePrice) { Circle poolAndRoadCircle = Circle(10.0 + 5.0); double expected = 2000 * poolAndRoadCircle.getFerence(); EXPECT_DOUBLE_EQ(price, expected); -} \ No newline at end of file +}