Skip to content

Commit 8c126b3

Browse files
HellAholicgithub-actions[bot]
authored andcommitted
Apply clang-format
1 parent 5438caa commit 8c126b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LayerPlan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ std::vector<LayerPlan::PathCoasting>
13221322

13231323
for (const auto& reversed_chunk : paths | ranges::views::enumerate | ranges::views::reverse
13241324
| ranges::views::chunk_by(
1325-
[](const auto&path_a, const auto&path_b)
1325+
[](const auto& path_a, const auto& path_b)
13261326
{
13271327
return (! std::get<1>(path_a).isTravelPath()) || std::get<1>(path_b).isTravelPath();
13281328
}))

0 commit comments

Comments
 (0)