Skip to content

Commit a7bbd0f

Browse files
committed
format
1 parent 23ffff5 commit a7bbd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/Directives/TabSetBlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
33
// See the LICENSE file in the project root for more information
44

5+
using System.Linq;
56
using System.Reflection.Metadata;
67
using Elastic.Markdown.Diagnostics;
78
using Elastic.Markdown.Helpers;
89
using Markdig.Syntax;
9-
using System.Linq;
1010

1111
namespace Elastic.Markdown.Myst.Directives;
1212

0 commit comments

Comments
 (0)