Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Feb 27, 2024
1 parent 0d8798e commit 56b5757
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,7 @@ void build_cb_example(VW::multi_ex& cb_ex, VW::example* slot, const VW::ccb_labe
for (uint32_t included_action_id : explicit_includes)
{
// The action may be included but not actually exist in the list of possible actions.
if (included_action_id < data.actions.size())
{
data.include_list[included_action_id] = true;
}
if (included_action_id < data.actions.size()) { data.include_list[included_action_id] = true; }
}
}

Expand Down

0 comments on commit 56b5757

Please sign in to comment.