From becfba603d831c31fac8e5c9ed46f7b480cf652a Mon Sep 17 00:00:00 2001 From: Chris Titus Tech Date: Mon, 1 Dec 2025 07:49:40 -0600 Subject: [PATCH] clean up spacing --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index e22c9ca5..e0079205 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2352,7 +2352,7 @@ "InvokeScript": [ " $TeamsPath = \"$Env:LocalAppData\\Microsoft\\Teams\\Update.exe\" - + if (Test-Path $TeamsPath) { Write-Host \"Uninstalling Teams\" Start-Process $TeamsPath -ArgumentList -uninstall -wait