Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Dec 19, 2024
1 parent b13803a commit 62adfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpt4all-chat/src/toolmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ToolModel *ToolModel::globalInstance()
}

ToolModel::ToolModel()
: QAbstractListModel(nullptr) {

: QAbstractListModel(nullptr)
{
QCoreApplication::instance()->installEventFilter(this);

Tool* codeInterpreter = new CodeInterpreter;
Expand Down

0 comments on commit 62adfd3

Please sign in to comment.