Skip to content

Commit e5eb936

Browse files
committed
formatted
1 parent 70142e5 commit e5eb936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/de/rub/nds/modifiablevariable/util/ArrayConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ public static byte[] longToUint48Bytes(long input) {
403403
}
404404

405405
/**
406-
* Reverses the order of a byte array: So, [0x00,0x01,0x02,0x03] will be returned as
407-
* [0x03,0x02,0x01,0x00]
406+
* Reverses the order of a byte array: So, [0x00,0x01,0x02,0x03] will be
407+
* returned as [0x03,0x02,0x01,0x00]
408408
*
409409
* @param array
410410
* the byte array to reverse

0 commit comments

Comments
 (0)