Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Matilda Clerke <[email protected]>
  • Loading branch information
Matilda-Clerke committed Jan 21, 2025
1 parent 9c85ee2 commit ead8811
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,11 @@ public void calculateSize_overflowMaxRLPStringLength() {
@Test
public void testValidateWithListEndingAtStartOfList() {
// The structue of the RLP is as shown below
//[
// [
// ["0x01"],
// ["0x02"]
//]
Bytes validRlp =
Bytes.fromHexString(
"c4c101c102");
// ]
Bytes validRlp = Bytes.fromHexString("c4c101c102");
RLP.validate(validRlp);
}

Expand Down

0 comments on commit ead8811

Please sign in to comment.