Skip to content

Commit

Permalink
Improve formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Apr 27, 2020
1 parent dd7530a commit 7f5791c
Showing 1 changed file with 8 additions and 6 deletions.
Expand Up @@ -262,12 +262,14 @@ public static <T> Regression<T> of(
}

return Codec.of(
Genotype.of(ProgramChromosome.of(
depth,
validator,
operations,
terminals
)),
Genotype.of(
ProgramChromosome.of(
depth,
validator,
operations,
terminals
)
),
Genotype::gene
);
}
Expand Down

0 comments on commit 7f5791c

Please sign in to comment.