Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson committed Dec 5, 2023
1 parent 7b737a6 commit cebeb10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testNCSSWithEnhancements() throws IOException {
assertThat(enhancedVar.findAttribute("add_offset")).isNull();
final Array values1 = enhancedVar.read();
final Array values2 = orgVar.read();
MAMath.nearlyEquals(values1, values2);
MAMath.nearlyEquals(values1, values2);
}
}

Expand Down

0 comments on commit cebeb10

Please sign in to comment.