Skip to content

Commit

Permalink
cleanup errant trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
WeatherGod committed May 10, 2024
1 parent 617703d commit a83397f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static List<Object[]> getTestParameters() {
result.add(new Object[] {DataType.UBYTE, FieldType.BYTE});
result.add(new Object[] {DataType.USHORT, FieldType.SHORT});
result.add(new Object[] {DataType.UINT, FieldType.LONG});
// The source data is signed integer, so when dtype is null, it should infer that.
// The source data is signed integer, so when dtype is null, it should infer that.
result.add(new Object[] {null, FieldType.SLONG});
return result;
}
Expand Down

0 comments on commit a83397f

Please sign in to comment.