chore: format code

This commit is contained in:
Rekai Nyangadzayi Musuka 2020-12-03 04:23:43 -06:00
parent 2912accec8
commit 4ecdf3e6f3
1 changed files with 20 additions and 21 deletions

View File

@ -21,7 +21,6 @@ int calcNumOfEncounteredTrees(
}
void part1(const std::vector<std::vector<bool>> &world, const int width, const int height) {
const int RISE = 1;
const int RUN = 3;