Skip to content

Commit 02148bf

Browse files
WeatherGodtdrwenski
authored andcommitted
cleanup errant trailing whitespace
1 parent 2ea4718 commit 02148bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdm/misc/src/test/java/ucar/nc2/geotiff/TestGeoTiffWriterCoerce.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static List<Object[]> getTestParameters() {
6262
result.add(new Object[] {DataType.UBYTE, FieldType.BYTE});
6363
result.add(new Object[] {DataType.USHORT, FieldType.SHORT});
6464
result.add(new Object[] {DataType.UINT, FieldType.LONG});
65-
// The source data is signed integer, so when dtype is null, it should infer that.
65+
// The source data is signed integer, so when dtype is null, it should infer that.
6666
result.add(new Object[] {null, FieldType.SLONG});
6767
return result;
6868
}

0 commit comments

Comments
 (0)