chore: format code
This commit is contained in:
		@@ -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
	
	Block a user