Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Feb 29, 2024
1 parent 2d7b807 commit cad65b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Evolve/Systematics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ TEST_CASE("Run world", "[evo]") {
for (size_t i = 0; i < 100; i++) {
EliteSelect(world, 1, 1);
}

for (size_t i = 0; i < world.GetSize(); i++) {
record_fit_sig.Trigger(i, world.CalcFitnessID(i));
record_phen_sig.Trigger(i, phen_fun(world.GetOrg(i)));
Expand Down

0 comments on commit cad65b0

Please sign in to comment.