Skip to content

Commit 95d2b2a

Browse files
committed
Format
1 parent e38cccc commit 95d2b2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/docs-assembler.Tests/src/docs-assembler.Tests/DocsSyncTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
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.IO.Abstractions.TestingHelpers;
6+
using Amazon.Runtime;
57
using Amazon.S3;
68
using Amazon.S3.Transfer;
7-
using Microsoft.Extensions.Logging;
8-
using System.IO.Abstractions.TestingHelpers;
99
using Documentation.Assembler.Deploying;
1010
using Elastic.Documentation.Diagnostics;
1111
using Elastic.Markdown.IO;
1212
using FluentAssertions;
13+
using Microsoft.Extensions.Logging;
1314
using Moq;
14-
using Amazon.Runtime;
1515

1616
namespace Documentation.Assembler.Tests;
1717

0 commit comments

Comments
 (0)