Skip to content

Commit

Permalink
Update math_toolbox.cpp
Browse files Browse the repository at this point in the history
removed newline for format purpose
  • Loading branch information
AngeDieu authored Nov 11, 2023
1 parent 1e7192e commit 22c3617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/math_toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ const ToolboxMessageTree complexChildren[] = {
const ToolboxMessageTree combinatoricsChildren[] = {
ToolboxMessageTree::Leaf(I18n::Message::BinomialCommandWithArg, I18n::Message::Combination),
ToolboxMessageTree::Leaf(I18n::Message::PermuteCommandWithArg, I18n::Message::Permutation),
ToolboxMessageTree::Leaf(I18n::Message::FactorialCommandWithArg,
I18n::Message::Factorial)
ToolboxMessageTree::Leaf(I18n::Message::FactorialCommandWithArg, I18n::Message::Factorial)
};

const ToolboxMessageTree normalDistributionChildren[] = {
Expand Down

0 comments on commit 22c3617

Please sign in to comment.