Skip to content

Commit 43c0c1a

Browse files
committed
Fix syntax error - remove extra closing brace
Removed extra closing brace on line 862 that was causing parse error. The try/catch/finally/foreach structure now has correct brace matching. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3bb6271 commit 43c0c1a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/Invoke-AITool.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,6 @@ function Invoke-AITool {
859859
Pop-Location
860860
Write-PSFMessage -Level Verbose -Message "Restored location after processing file"
861861
}
862-
}
863862
}
864863
} # End of foreach ($singleFile in $filesToProcess)
865864

0 commit comments

Comments
 (0)