Skip to content

Commit f4464dc

Browse files
committed
Remove unused imports
1 parent 5018062 commit f4464dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Elastic.Markdown.Tests/TextFormat/IrregularWhitespaceTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
// See the LICENSE file in the project root for more information
44

55
using System.Linq;
6-
76
using Elastic.Documentation.Diagnostics;
87
using Elastic.Markdown.Tests.Inline;
98
using FluentAssertions;
109

11-
using Xunit;
12-
using Xunit.Abstractions;
13-
1410
namespace Elastic.Markdown.Tests.TextFormat;
1511

1612
public class IrregularWhitespaceTest(ITestOutputHelper output) : InlineTest(output,

0 commit comments

Comments
 (0)