mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-02 01:57:02 +08:00
clang-format and clang-tidy fixes for aae0d475
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user