Skip to content

Commit a4cf697

Browse files
committed
touch a file
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 27a3ab4 commit a4cf697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpt4all-chat/src/database.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class ChunkStreamer {
191191
// working state
192192
QString m_chunk; // has a trailing space for convenience
193193
int m_nChunkWords = 0;
194-
int m_page = 0;
194+
int m_page = 0;
195195
};
196196

197197
class Database : public QObject

0 commit comments

Comments
 (0)