Skip to content

Commit

Permalink
fix missing trailing newlines
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 495973a commit 456b6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpt4all-chat/qml/ChatCollapsibleItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ ColumnLayout {
}
}
}
}
}
2 changes: 1 addition & 1 deletion gpt4all-chat/qml/ChatTextItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 456b6d1

Please sign in to comment.