Skip to content

Commit 0e6e26f

Browse files
committed
Formatted
1 parent 2783ac9 commit 0e6e26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/rub/nds/modifiablevariable/bytearray/ByteArrayShuffleModification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
*/
2323
@XmlRootElement
24-
@XmlType(propOrder = {"shuffle", "modificationFilter", "postModification"})
24+
@XmlType(propOrder = { "shuffle", "modificationFilter", "postModification" })
2525
public class ByteArrayShuffleModification extends VariableModification<byte[]> {
2626

2727
private byte[] shuffle;

0 commit comments

Comments
 (0)