Skip to content

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19186 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Aug 12, 2024
1 parent 46bb7a8 commit 617a9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void testNonRegression() throws IOException {
}
}

double fact = 12;
double fact = 1200;
if(Utils.getSystemProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("mac os x"))

Check failure on line 157 in test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java

View workflow job for this annotation

GitHub Actions / Analyze

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

'if' is not followed by whitespace.

Check failure on line 157 in test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java

View workflow job for this annotation

GitHub Actions / Analyze

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

'if' is not followed by whitespace.
fact = 1700;
for (TestData data : allData) {
Expand Down

0 comments on commit 617a9b9

Please sign in to comment.