Skip to content

Commit 62adfd3

Browse files
committed
style fix
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent b13803a commit 62adfd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpt4all-chat/src/toolmodel.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ToolModel *ToolModel::globalInstance()
1414
}
1515

1616
ToolModel::ToolModel()
17-
: QAbstractListModel(nullptr) {
18-
17+
: QAbstractListModel(nullptr)
18+
{
1919
QCoreApplication::instance()->installEventFilter(this);
2020

2121
Tool* codeInterpreter = new CodeInterpreter;

0 commit comments

Comments
 (0)