Skip to content

Commit

Permalink
fix(t6): vectortoangles (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik authored Jan 5, 2024
1 parent 4806a28 commit fb755ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arc/source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ auto source::dump_expr_angleclamp180(expr_angleclamp180 const& exp) -> void

auto source::dump_expr_vectortoangles(expr_vectortoangles const& exp) -> void
{
fmt::format_to(std::back_inserter(buf_), "vectorangles( ");
fmt::format_to(std::back_inserter(buf_), "vectortoangles( ");
dump_expr(*exp.arg);
fmt::format_to(std::back_inserter(buf_), " )");
}
Expand Down

0 comments on commit fb755ef

Please sign in to comment.