Skip to content

Commit

Permalink
attempt to fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed Aug 31, 2020
1 parent ed7ab89 commit 880e7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meta/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@

<!-- Checks whether files end with a new line. -->
<!-- See https://checkstyle.org/config_misc.html#NewlineAtEndOfFile -->
<module name="NewlineAtEndOfFile" />
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf" />
</module>

<!-- Checks that property files contain the same keys. -->
<!-- See https://checkstyle.org/config_misc.html#Translation -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
// start relevant
public final class HillClimber2WithRestarts<X, Y>
extends Metaheuristic1<X, Y> {
// end relevant

/**
* Create the hill climber
Expand Down

0 comments on commit 880e7aa

Please sign in to comment.