Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit f2f37b6

Browse files
committed
Remove trailing whitespace
1 parent 8447666 commit f2f37b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Modules/OperationValidation/OperationValidation.psm1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ param (
234234
else
235235
{
236236
$modDir.FullName
237-
break
237+
break
238238
}
239239
}
240240

@@ -280,7 +280,7 @@ param (
280280
{
281281
$moduleCollection = Get-ModuleList -Name $ModuleName
282282
}
283-
283+
284284
$count = 1;
285285
$moduleCount = @($moduleCollection).Count
286286
foreach($module in $moduleCollection)
@@ -311,7 +311,7 @@ param (
311311
foreach($file in get-childitem -path $testDir -filter *.tests.ps1)
312312
{
313313
Write-Verbose -Message "PESTER TEST: $($file.fullname)"
314-
314+
315315
# Pull out parameters to Pester script if they exist
316316
$script = Get-Command -Name $file.fullname
317317
$parameters = $script.Parameters
@@ -332,7 +332,7 @@ param (
332332
Version = [version]$manifest.Version
333333
Parameters = $parameters
334334
}
335-
New-OperationValidationInfo @modInfoParams
335+
New-OperationValidationInfo @modInfoParams
336336
}
337337
}
338338
}

0 commit comments

Comments
 (0)