Skip to content

Commit

Permalink
issues/247 - Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Feb 28, 2024
1 parent 6e359c2 commit 4e39c15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/casper/sdk/model/clvalue/NestedAnyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,5 @@ void anyNamedArgument() throws Exception {
byte[] actual = ser.toByteArray();
byte[] expected = Hex.decode("0004000000010203040100000003000000616e7904000000d202964915");
assertThat(actual, is(expected));


}
}

0 comments on commit 4e39c15

Please sign in to comment.