Skip to content

Commit 15cdde3

Browse files
committed
Run dotnet format whitespace
1 parent 7233182 commit 15cdde3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+442
-383
lines changed

src/PowerShellEditorServices.Hosting/Commands/StartEditorServicesCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ private ConsoleReplKind GetReplKind()
421421
}
422422

423423
// TODO: Remove this when we drop support for PS6.
424-
Hashtable psVersionTable = (Hashtable) SessionState.PSVariable.GetValue("PSVersionTable");
424+
Hashtable psVersionTable = (Hashtable)SessionState.PSVariable.GetValue("PSVersionTable");
425425
dynamic version = psVersionTable["PSVersion"];
426-
int majorVersion = (int) version.Major;
426+
int majorVersion = (int)version.Major;
427427

428428
if (UseLegacyReadLine || (!s_isWindows && majorVersion == 6))
429429
{

0 commit comments

Comments
 (0)