File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed
src/Microsoft.OpenApi/Writers Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Corporation. All rights reserved.
1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT license.
3
3
4
- using System ;
5
- using System . Collections . Generic ;
6
4
using System . IO ;
7
- using System . Linq ;
8
- using System . Text ;
9
- using System . Text . Json ;
10
- using Json . Schema ;
11
- using Json . Schema . OpenApi ;
12
- using Microsoft . OpenApi . Any ;
13
- using Microsoft . OpenApi . Extensions ;
14
- using Microsoft . OpenApi . Models ;
15
5
16
6
namespace Microsoft . OpenApi . Writers
17
7
{
Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT license.
3
3
4
4
using System . IO ;
5
- using System . Text . Json . Nodes ;
6
- using System . Text . Json ;
7
- using Json . Schema ;
8
- using Microsoft . OpenApi . Models ;
9
- using YamlDotNet . Serialization ;
10
- using System . Collections . Generic ;
11
- using Yaml2JsonNode ;
12
- using System . Collections ;
13
- using System ;
14
5
15
6
namespace Microsoft . OpenApi . Writers
16
7
{
@@ -231,7 +222,6 @@ public override void WriteValue(string value)
231
222
}
232
223
}
233
224
234
-
235
225
private void WriteChompingIndicator ( string value )
236
226
{
237
227
var trailingNewlines = 0 ;
You can’t perform that action at this time.
0 commit comments