Skip to content

Commit 7ed4903

Browse files
committed
Fix using
1 parent fa3413a commit 7ed4903

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PowerShellEditorServices/Services/PowerShell/Console/ConsoleReadLine.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
using System.Threading;
66
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Execution;
77
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Host;
8-
using System;
98
using System.Collections.Generic;
109
using System.Management.Automation;
1110
using System.Management.Automation.Language;
1211
using System.Security;
1312

1413
namespace Microsoft.PowerShell.EditorServices.Services.PowerShell.Console
1514
{
15+
using System;
16+
1617
internal class ConsoleReadLine : IReadLine
1718
{
1819
private readonly PSReadLineProxy _psrlProxy;

0 commit comments

Comments
 (0)