Run CodeFormatter for Diagnostics module (#9378)

This commit is contained in:
Ilya 2019-04-18 08:13:01 +05:00 committed by GitHub
parent 4a323b3668
commit e9ffbe5cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();