Skip to content

Commit

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

double fact = 1200;
if(Utils.getSystemProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("mac os x"))
if (Utils.getSystemProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("mac os x"))
fact = 15000;
for (TestData data : allData) {
Projection proj = Projections.getProjectionByCode(data.code);
Expand Down

0 comments on commit 41ae64c

Please sign in to comment.