Skip to content

Commit d1534f5

Browse files
wawanbretongithub-actions[bot]
authored andcommitted
Apply clang-format
1 parent 588a838 commit d1534f5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/LayerPlan.cpp

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,14 @@ GCodePath* LayerPlan::getLatestPathWithConfig(
5757
{
5858
return &paths.back();
5959
}
60-
paths.emplace_back(
61-
GCodePath{ .z_offset = z_offset,
62-
.config = config,
63-
.mesh = current_mesh_,
64-
.space_fill_type = space_fill_type,
65-
.flow = flow,
66-
.width_factor = width_factor,
67-
.spiralize = spiralize,
68-
.speed_factor = speed_factor });
60+
paths.emplace_back(GCodePath{ .z_offset = z_offset,
61+
.config = config,
62+
.mesh = current_mesh_,
63+
.space_fill_type = space_fill_type,
64+
.flow = flow,
65+
.width_factor = width_factor,
66+
.spiralize = spiralize,
67+
.speed_factor = speed_factor });
6968

7069
GCodePath* ret = &paths.back();
7170
ret->skip_agressive_merge_hint = mode_skip_agressive_merge_;

0 commit comments

Comments
 (0)