From d4fab482d2b472543dc893696069f6440e7b8f6b Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:38:02 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for aae0d475 --- others/easter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/others/easter.cpp b/others/easter.cpp index c34a84f82..bf72b63b8 100644 --- a/others/easter.cpp +++ b/others/easter.cpp @@ -1,6 +1,7 @@ /* * @file - * @brief Determines the [Date of Easter](https://en.wikipedia.org/wiki/Date_of_Easter) after 1582 + * @brief Determines the [Date of + * Easter](https://en.wikipedia.org/wiki/Date_of_Easter) after 1582 * * @details * The date of Easter is determined in each year through a calculation known as @@ -80,7 +81,6 @@ EasterYearMonthDay findEaster(int y) { * @returns void */ static void test() { - // 2003 | April 20th assert(findEaster(2003).month == 4); // Should return true assert(findEaster(2003).day == 20); // Should return true