Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson committed Mar 28, 2023
1 parent 19be06e commit f62711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdm/core/src/main/java/ucar/nc2/dataset/VariableDS.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Array convert(Array data, Set<NetcdfDataset.Enhance> enhancements) {
// TODO: remove when we remove the deprecated constructors
if (scaleMissingUnsignedProxy != null) {
return scaleMissingUnsignedProxy.convert(data, enhancements.contains(Enhance.ConvertUnsigned),
enhancements.contains(Enhance.ApplyScaleOffset), enhancements.contains(Enhance.ConvertMissing));
enhancements.contains(Enhance.ApplyScaleOffset), enhancements.contains(Enhance.ConvertMissing));
}
if (enhancements.contains(Enhance.ConvertUnsigned)) {
data = unsignedConversion.convertUnsigned(data);
Expand Down

0 comments on commit f62711b

Please sign in to comment.