Skip to content

Commit 3607b06

Browse files
wawanbretongithub-actions[bot]
authored andcommitted
Applied clang-format.
1 parent eca1e95 commit 3607b06

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
@@ -1292,7 +1292,7 @@ std::vector<LayerPlan::PathCoasting>
12921292

12931293
for (const auto& reversed_chunk : paths | ranges::views::enumerate | ranges::views::reverse
12941294
| ranges::views::chunk_by(
1295-
[](const auto& path_a, const auto& path_b)
1295+
[](const auto&path_a, const auto&path_b)
12961296
{
12971297
return (! std::get<1>(path_a).isTravelPath()) || std::get<1>(path_b).isTravelPath();
12981298
}))

0 commit comments

Comments
 (0)