chore: format code
This commit is contained in:
parent
2912accec8
commit
4ecdf3e6f3
|
@ -21,7 +21,6 @@ int calcNumOfEncounteredTrees(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void part1(const std::vector<std::vector<bool>> &world, const int width, const int height) {
|
void part1(const std::vector<std::vector<bool>> &world, const int width, const int height) {
|
||||||
const int RISE = 1;
|
const int RISE = 1;
|
||||||
const int RUN = 3;
|
const int RUN = 3;
|
||||||
|
|
Reference in New Issue