From 97bd3be892ce549dac8e0b9930607a282701653e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 28 Jul 2023 15:25:44 +1000 Subject: clang-format --- src/app_console/app_console.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/app_console') diff --git a/src/app_console/app_console.cpp b/src/app_console/app_console.cpp index bef29834..3e2d8067 100644 --- a/src/app_console/app_console.cpp +++ b/src/app_console/app_console.cpp @@ -249,8 +249,9 @@ int CmdDbIndex(int argc, char** argv) { return -1; } if (res->values().at(choice).track()) { - AppConsole::sTrackQueue->IncludeLast(std::make_shared( - AppConsole::sDatabase, res, 0, res, choice)); + AppConsole::sTrackQueue->IncludeLast( + std::make_shared(AppConsole::sDatabase, + res, 0, res, choice)); } auto cont = res->values().at(choice).Expand(20); if (!cont) { -- cgit v1.2.3