Skip to content

Commit 898cb57

Browse files
committed
Even more minor improvement
1 parent 05a31dc commit 898cb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asdf-core/src/main/java/org/asdfformat/asdf/standard/AsdfStandards.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class AsdfStandards {
1515
private static final Map<Version, AsdfStandard> ASDF_STANDARDS;
1616
static {
1717
ASDF_STANDARDS = new HashMap<>();
18-
18+
1919
ASDF_STANDARDS.put(
2020
new Version(1, 6, 0),
2121
new AsdfStandardImpl(

0 commit comments

Comments
 (0)