Skip to content

Commit 8324af9

Browse files
committed
Fix linter'
1 parent 7c8fa46 commit 8324af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/FrontMatter/Products.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
using System.ComponentModel.DataAnnotations;
66
using System.Runtime.Serialization;
7-
using YamlDotNet.Serialization;
87
using YamlDotNet.Core;
98
using YamlDotNet.Core.Events;
9+
using YamlDotNet.Serialization;
1010

1111
namespace Elastic.Markdown.Myst.FrontMatter;
1212

0 commit comments

Comments
 (0)