Skip to content

Commit 5cea869

Browse files
committed
fix stray whitespace after master sync
1 parent 5031c50 commit 5cea869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ int main(int argc, char ** argv) {
289289
session_tokens.size() > embd_inp.size()) {
290290

291291
LOGLN("recalculate the cached logits (do): session_tokens.resize( %zu )", embd_inp.size() - 1)
292-
292+
293293
session_tokens.resize(embd_inp.size() - 1);
294294
}
295295

0 commit comments

Comments
 (0)