diff --git a/gpt4all-chat/qml/ChatCollapsibleItem.qml b/gpt4all-chat/qml/ChatCollapsibleItem.qml index 4ff01511bf9b..cdfa2c40d4f7 100644 --- a/gpt4all-chat/qml/ChatCollapsibleItem.qml +++ b/gpt4all-chat/qml/ChatCollapsibleItem.qml @@ -157,4 +157,4 @@ ColumnLayout { } } } -} \ No newline at end of file +} diff --git a/gpt4all-chat/qml/ChatTextItem.qml b/gpt4all-chat/qml/ChatTextItem.qml index e316bf1ce7bc..ca4c2fa2ff6e 100644 --- a/gpt4all-chat/qml/ChatTextItem.qml +++ b/gpt4all-chat/qml/ChatTextItem.qml @@ -136,4 +136,4 @@ TextArea { Accessible.role: Accessible.Paragraph Accessible.name: text Accessible.description: name === "Response: " ? "The response by the model" : "The prompt by the user" -} \ No newline at end of file +}