From e9ffbe5cf27ad6461607fcf4bc69258652a88d33 Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 18 Apr 2019 08:13:01 +0500 Subject: [PATCH] Run CodeFormatter for Diagnostics module (#9378) --- .../GetEventCommand.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs b/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs index 5109daa0b..bf6b91208 100644 --- a/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs @@ -813,7 +813,6 @@ namespace Microsoft.PowerShell.Commands using (EventLogSession eventLogSession = CreateSession()) { - string query = BuildStructuredQuery(eventLogSession); if (query.Length == 0) { @@ -1076,7 +1075,6 @@ namespace Microsoft.PowerShell.Commands // // Fix Issue #2327 added = HandleNamedDataHashValue(key, hash[key]); - } break; @@ -1091,7 +1089,6 @@ namespace Microsoft.PowerShell.Commands xpathString.Append(added); } - } return xpathString.ToString();