Skip to content

Commit 87bbe30

Browse files
committed
fix style
1 parent 22dc103 commit 87bbe30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/cyclonedx/model/ExternalReference.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public enum Type {
114114
EVIDENCE("evidence"),
115115
@JsonProperty("formulation")
116116
FORMULATION("formulation"),
117-
@JsonProperty( "rfc-9116")
118-
RFC_9116( "rfc-9116"),
117+
@JsonProperty("rfc-9116")
118+
RFC_9116("rfc-9116"),
119119
@JsonProperty("other")
120120
OTHER("other");
121121

0 commit comments

Comments
 (0)