Skip to content

Commit e435de9

Browse files
committed
No need for it to be initialized here after all.
1 parent fcae628 commit e435de9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Elastic.Markdown/Myst/YamlSerialization.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public static T Deserialize<T>(string yaml, ProductsConfiguration products)
2121
.IgnoreUnmatchedProperties()
2222
.WithEnumNamingConvention(HyphenatedNamingConvention.Instance)
2323
.WithTypeConverter(new SemVersionConverter())
24-
.WithTypeConverter(new VersionSpecConverter())
2524
.WithTypeConverter(new ProductConverter(products))
2625
.WithTypeConverter(new ApplicableToYamlConverter(products.Products.Keys))
2726
.Build();

0 commit comments

Comments
 (0)