Skip to content

Commit 22015b2

Browse files
authored
lint : remove trailing whitepace (#14304)
1 parent dd6e6d0 commit 22015b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-vocab.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,7 @@ int32_t llama_vocab::tokenize(
30783078
LLAMA_LOG_ERROR("%s: tokenization result size %zu exceeds int32_t limit\n", __func__, res.size());
30793079
return std::numeric_limits<int32_t>::min();
30803080
}
3081-
3081+
30823082
if (n_tokens_max < (int) res.size()) {
30833083
// LLAMA_LOG_ERROR("%s: too many tokens\n", __func__);
30843084
return -((int) res.size());

0 commit comments

Comments
 (0)