Skip to content

Commit

Permalink
Made some cosmetic changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDaniel committed Aug 18, 2017
1 parent c461635 commit 83e20a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/StaticAnalysis/HelpAnalyzer/HelpAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ private void AnalyzeMarkdownHelp(
{
return;
}

var cmdletFiles = cmdletResult.Select(c => c.ToString().Substring(2));
if (cmdletFiles.Any())
{
Expand Down

0 comments on commit 83e20a2

Please sign in to comment.