Skip to content

Commit 95f71f6

Browse files
committed
Remove whitespaces
1 parent 9e7efcc commit 95f71f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApiTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
2-
// Licensed under the MIT license.
2+
// Licensed under the MIT license.
33

44
using System.IO;
55
using Xunit;
@@ -27,7 +27,7 @@ public void ReviewPublicApiChanges()
2727

2828
// Arrange
2929
var publicApi = typeof(OpenApiSpecVersion).Assembly.GeneratePublicApi(new ApiGeneratorOptions() { WhitelistedNamespacePrefixes = new[] { "Microsoft.OpenApi" } } );
30-
30+
3131
// Act
3232
var approvedFilePath = Path.Combine("PublicApi", "PublicApi.approved.txt");
3333

0 commit comments

Comments
 (0)