From 56cd9d1746a0f9fec73289d32e9667c7326d4439 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Mon, 25 Jul 2022 10:39:42 -0700 Subject: [PATCH] PR feedback--add empty line --- build/scripts/TurnOffAnimationEffects.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/TurnOffAnimationEffects.ps1 b/build/scripts/TurnOffAnimationEffects.ps1 index 94a0a18e..9cfa1e4a 100644 --- a/build/scripts/TurnOffAnimationEffects.ps1 +++ b/build/scripts/TurnOffAnimationEffects.ps1 @@ -19,4 +19,4 @@ Function WaitForAsyncAction($WinRtTask, $ResultType) { $controller = WaitForAsyncAction ([Windows.UI.ViewManagement.Core.UISettingsController]::RequestDefaultAsync()) ([Windows.UI.ViewManagement.Core.UISettingsController]) -$controller.SetAnimationsEnabled($false) \ No newline at end of file +$controller.SetAnimationsEnabled($false)