Skip to content

Commit 63ab53f

Browse files
committed
Remove unnecessary using and whitespace
1 parent dc25f9e commit 63ab53f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.OpenApi/Reader/OpenApiJsonReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace Microsoft.OpenApi.Reader
2020
/// </summary>
2121
public class OpenApiJsonReader : IOpenApiReader
2222
{
23-
2423
/// <summary>
2524
/// Reads the memory stream input and parses it into an Open API document.
2625
/// </summary>

src/Microsoft.OpenApi/Reader/OpenApiModelFactory.cs

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

44
using System;
55
using System.IO;
66
using System.Linq;
77
using System.Net.Http;
8+
using System.Runtime.InteropServices.ComTypes;
89
using System.Security;
910
using System.Text;
1011
using System.Threading;

0 commit comments

Comments
 (0)