Skip to content

Commit bc8de54

Browse files
robertrobert
authored andcommitted
Formatted
1 parent eb2f72d commit bc8de54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
1919

2020
@XmlRootElement
21-
@XmlType(propOrder = {"explicitValue", "modificationFilter", "postModification"})
21+
@XmlType(propOrder = { "explicitValue", "modificationFilter", "postModification" })
2222
public class ByteArrayExplicitValueModification extends VariableModification<byte[]> {
2323

2424
private byte[] explicitValue;

0 commit comments

Comments
 (0)