Skip to content

Commit 2bbe94e

Browse files
committed
Update ProvideVerboseMessage.md
1 parent bbd525f commit 2bbe94e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

RuleDocumentation/ProvideVerboseMessage.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@ Correct
1515
```
1616
Function TestFunction1
1717
{
18-
[cmdletbinding()]
19-
20-
Param()
21-
22-
Write-Verbose "Verbose output"
18+
[cmdletbinding()]
19+
Param()
20+
Write-Verbose "Verbose output"
2321
2422
}
2523
2624
Function TestFunction2
2725
{
28-
[cmdletbinding()]
29-
30-
Param()
31-
Write-Verbose "Verbose output"
26+
[cmdletbinding()]
27+
Param()
28+
Write-Verbose "Verbose output"
3229
}
3330
```

0 commit comments

Comments
 (0)