mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
This commit is contained in:
@@ -187,7 +187,7 @@ namespace Weekday
|
||||
TodaysDate = PromptForADate("Enter today's date in the form: 3,24,1978 ? ");
|
||||
BirthDate = PromptForADate("Enter day of birth (or other day of interest)? ");
|
||||
|
||||
DisplayOutput(TodaysDate, BirthDate);
|
||||
DisplayOutput(TodaysDate, BirthDate);
|
||||
|
||||
}
|
||||
}
|
||||
@@ -200,4 +200,4 @@ namespace Weekday
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user