Skip to content

Commit 2ce89d6

Browse files
committed
ok
1 parent c14e0d9 commit 2ce89d6

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/docs-mover/Move.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to Elasticsearch B.V under one or more agreements.
1+
// Licensed to Elasticsearch B.V under one or more agreements.
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

tests/Elastic.Markdown.Tests/Mover/MoverTests.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
using System.IO.Abstractions;
2-
using System.IO.Abstractions.TestingHelpers;
1+
// Licensed to Elasticsearch B.V under one or more agreements.
2+
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3+
// See the LICENSE file in the project root for more information
4+
35
using Documentation.Mover;
4-
using Elastic.Markdown.IO;
5-
using Elastic.Markdown.IO.Configuration;
6-
using Elastic.Markdown.Diagnostics;
76
using Elastic.Markdown.Tests.DocSet;
87
using FluentAssertions;
9-
using Microsoft.Extensions.Logging;
8+
109
using Xunit.Abstractions;
11-
using Xunit;
1210

1311
namespace Elastic.Markdown.Tests.Mover;
1412

0 commit comments

Comments
 (0)