Skip to content

Commit

Permalink
test break to verify github ci aciton
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprock committed Jun 2, 2024
1 parent f2e906b commit 4005b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pokerstove/peval/CardSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1427,5 +1427,5 @@ CardSet CardSet::fromColex(size_t items, size_t count, size_t colex)
CardSet found(ONE64<<X);

// use the found card and recurse for the rest
return fromColex(X, K-1, V) | found;
return fromColex(X, K-1, V) | found
}

0 comments on commit 4005b14

Please sign in to comment.