From 22c36176050be60e0a0c8a1c083ee77c97dfb337 Mon Sep 17 00:00:00 2001 From: AngeDieu <106985774+AngeDieu@users.noreply.github.com> Date: Sat, 11 Nov 2023 17:52:18 +0100 Subject: [PATCH] Update math_toolbox.cpp removed newline for format purpose --- apps/math_toolbox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/math_toolbox.cpp b/apps/math_toolbox.cpp index 011533f7b86..6548cea2e2a 100644 --- a/apps/math_toolbox.cpp +++ b/apps/math_toolbox.cpp @@ -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[] = {