Skip to content

Commit d9b497c

Browse files
committed
Code cleanup
1 parent 113b851 commit d9b497c

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

tools/http-fault-injector/Azure.Sdk.Tools.HttpFaultInjector/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using System;
2+
using System.Net.Http;
13
using CommandLine;
24
using Microsoft.AspNetCore.Builder;
35
using Microsoft.AspNetCore.Hosting;
@@ -6,8 +8,6 @@
68
using Microsoft.Extensions.Logging;
79
using OpenTelemetry.Logs;
810
using OpenTelemetry.Resources;
9-
using System;
10-
using System.Net.Http;
1111

1212
namespace Azure.Sdk.Tools.HttpFaultInjector
1313
{

tools/http-fault-injector/Azure.Sdk.Tools.HttpFaultInjector/UpstreamResponse.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
using Microsoft.Extensions.Primitives;
21
using System;
32
using System.Collections.Generic;
4-
using System.Diagnostics;
53
using System.IO;
64
using System.Net.Http;
7-
using System.Threading.Tasks;
85
using System.Threading;
6+
using System.Threading.Tasks;
7+
using Microsoft.Extensions.Primitives;
98

109
namespace Azure.Sdk.Tools.HttpFaultInjector
1110
{

0 commit comments

Comments
 (0)