Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Jul 27, 2024
1 parent f5f7897 commit 5583b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat/opt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ rendezllama::slurp_sxpb_options_close_FildeshX(
if (!nullish_FildeshSxpbIT(sub_it)) {
for (sub_it = first_at_FildeshSxpb(sxpb, sub_it); !nullish_FildeshSxpbIT(sub_it);
sub_it = next_at_FildeshSxpb(sxpb, sub_it)) {
auto& special = opt.special_tokens.emplace_back();
auto& special = opt.special_tokens.emplace_back();
lone_subfield_at_FildeshSxpb_to_cc_string(&special.alias, sxpb, sub_it, "alias");
assert(!special.alias.empty());
FildeshSxpbIT candidate_it = lookup_subfield_at_FildeshSxpb(sxpb, sub_it, "candidates");
Expand Down

0 comments on commit 5583b84

Please sign in to comment.