Steps to reproduce ------------------ Format the following snippet with the default settings: ```PowerShell function Get-Noun { param( [ValidateScript({ Test-Path $_ })] $Path ) } ``` Expected behavior ----------------- No changes to the line of `ValidateScript` Actual behavior --------------- It inserts a space after the `(` of `ValidateScript`: ```pwsh function Get-Noun { param( [ValidateScript( { Test-Path $_ })] $Path ) } ``` If an unexpected error was thrown then please report the full error details using e.g. `$error[0] | Select-Object *` Environment data ---------------- This happens in both PSSA 1.18.3 and 1.19.0