Skip to content

Commit 2d8e2fa

Browse files
committed
Sort remove usings
1 parent 6cd252d commit 2d8e2fa

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/Typewriter/DocAnnotationWriter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
using ApiDoctor.Validation.OData;
55
using ApiDoctor.Validation.OData.Transformation;
66
using NLog;
7-
using System;
87
using System.Collections.Generic;
98
using System.Diagnostics;
109
using System.Linq;
11-
using System.Text;
1210
using System.Threading.Tasks;
1311

1412
namespace Typewriter

src/Typewriter/Program.cs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Diagnostics;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
7-
using CommandLine;
1+
using CommandLine;
82
using Microsoft.Graph.ODataTemplateWriter.TemplateProcessor;
93
using NLog;
104
using NLog.Config;
115
using NLog.Targets;
6+
using System;
7+
using System.Collections.Generic;
8+
using System.Diagnostics;
129
using Vipr.Core;
1310
using Vipr.Reader.OData.v4;
14-
using ApiDoctor.Publishing;
1511

1612
namespace Typewriter
1713
{

0 commit comments

Comments
 (0)