Skip to content

Commit 83e20a2

Browse files
committed
Made some cosmetic changes.
1 parent c461635 commit 83e20a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/StaticAnalysis/HelpAnalyzer/HelpAnalyzer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ private void AnalyzeMarkdownHelp(
202202
{
203203
return;
204204
}
205+
205206
var cmdletFiles = cmdletResult.Select(c => c.ToString().Substring(2));
206207
if (cmdletFiles.Any())
207208
{

0 commit comments

Comments
 (0)