From 827cb72021c123a64d3086b4fe9c88b29337f27c Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 28 Jan 2026 15:42:38 +0100 Subject: [PATCH] deliberate formatting mistake --- Bigfoot/Tests/System/Time.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bigfoot/Tests/System/Time.cpp b/Bigfoot/Tests/System/Time.cpp index 6a9b602..38cc795 100644 --- a/Bigfoot/Tests/System/Time.cpp +++ b/Bigfoot/Tests/System/Time.cpp @@ -18,8 +18,7 @@ class TimeFixture: public ::testing::Test /****************************************************************************************/ -TEST_F(TimeFixture, Year_ShouldReturnTheYear) -{ +TEST_F(TimeFixture, Year_ShouldReturnTheYear){ EXPECT_EQ(m_time.Year(), 2026); }