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)