From 62adfd3a3fb9835b54fa376ed291535beefddc97 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Thu, 19 Dec 2024 16:03:51 -0500 Subject: [PATCH] style fix Signed-off-by: Jared Van Bortel --- gpt4all-chat/src/toolmodel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt4all-chat/src/toolmodel.cpp b/gpt4all-chat/src/toolmodel.cpp index 50d3369cf3a9..aade79f82dca 100644 --- a/gpt4all-chat/src/toolmodel.cpp +++ b/gpt4all-chat/src/toolmodel.cpp @@ -14,8 +14,8 @@ ToolModel *ToolModel::globalInstance() } ToolModel::ToolModel() - : QAbstractListModel(nullptr) { - + : QAbstractListModel(nullptr) +{ QCoreApplication::instance()->installEventFilter(this); Tool* codeInterpreter = new CodeInterpreter;