Skip to content

Commit 9290471

Browse files
Add spaces after commas
Co-authored-by: Andy Jordan <[email protected]>
1 parent 608bbca commit 9290471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testValidJson.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ErrorActionPreference = 'Stop'
2121

2222
# Try to import all JSON files in the repo
2323
$TestValidJson = [PSCustomObject[]](
24-
[System.IO.Directory]::GetFiles($WorkingDir,'*.json',[System.IO.SearchOption]::AllDirectories).ForEach{
24+
[System.IO.Directory]::GetFiles($WorkingDir, '*.json', [System.IO.SearchOption]::AllDirectories).ForEach{
2525
[PSCustomObject]@{
2626
'Path' = [string] $_
2727
'IsValidJson' = [bool]$(

0 commit comments

Comments
 (0)