Apply clang-format

This commit is contained in:
obligaron 2021-08-11 08:30:48 +02:00 committed by Anders Jenbo
commit 82cea78def
11 changed files with 32 additions and 32 deletions

View file

@ -113,7 +113,7 @@ void CheckPath(Point startPosition, Point destinationPosition, std::vector<int8_
for (auto i = 0; i < pathLength; i++) {
EXPECT_EQ(pathSteps[i], expectedSteps[i]) << "Path step " << i << " differs from expectation for a path from "
<< startPosition << " to " << destinationPosition; // this shouldn't be a requirement but...
<< startPosition << " to " << destinationPosition; // this shouldn't be a requirement but...
// Path directions are all jacked up compared to the Direction enum. Most consumers have their own mapping definition
//startPosition += Direction { path[i] - 1 };