Skip to content

Commit b6d66fb

Browse files
reorder imports
1 parent a50013d commit b6d66fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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 Elastic.Markdown.Helpers;
65
using Elastic.Markdown.Diagnostics;
6+
using Elastic.Markdown.Helpers;
77
using Elastic.Markdown.IO;
88

99
namespace Elastic.Markdown.Myst.Directives;

0 commit comments

Comments
 (0)