Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WeatherGod authored and tdrwenski committed May 9, 2024
1 parent aba8654 commit 4129657
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public static List<Object[]> getTestParameters() {
greyscale == 1});

// This file is unique in that it is lambert conformal with yaxis flipped.
result.add(new Object[] {"src/test/data/ucar/nc2/geotiff/categorical.nc", FeatureType.GRID, "drought",
greyscale == 1});
result.add(
new Object[] {"src/test/data/ucar/nc2/geotiff/categorical.nc", FeatureType.GRID, "drought", greyscale == 1});

}

Expand Down

0 comments on commit 4129657

Please sign in to comment.