Skip to content

Commit 6512285

Browse files
committed
Fix one other test file with trailing whitespace
1 parent b457755 commit 6512285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Rules/AvoidDefaultValueForMandatoryParameterNoViolations.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{
33
param(
44
[Parameter(Mandatory=$true)]
5-
[ValidateNotNullOrEmpty()]
5+
[ValidateNotNullOrEmpty()]
66
[string]
77
$Param1,
88
[Parameter(Mandatory=$false)]
9-
[ValidateNotNullOrEmpty()]
9+
[ValidateNotNullOrEmpty()]
1010
[string]
1111
$Param2=$null
1212
)

0 commit comments

Comments
 (0)