Skip to content

Commit

Permalink
Add spaces after commas
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Jordan <[email protected]>
  • Loading branch information
o-l-a-v and andyleejordan authored Nov 13, 2024
1 parent 608bbca commit 9290471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testValidJson.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ErrorActionPreference = 'Stop'

# Try to import all JSON files in the repo
$TestValidJson = [PSCustomObject[]](
[System.IO.Directory]::GetFiles($WorkingDir,'*.json',[System.IO.SearchOption]::AllDirectories).ForEach{
[System.IO.Directory]::GetFiles($WorkingDir, '*.json', [System.IO.SearchOption]::AllDirectories).ForEach{
[PSCustomObject]@{
'Path' = [string] $_
'IsValidJson' = [bool]$(
Expand Down

0 comments on commit 9290471

Please sign in to comment.