From 6bb41e3483411c27344e75f16d9f13c259ae9cb0 Mon Sep 17 00:00:00 2001 From: starchyunderscore Date: Tue, 19 Sep 2023 10:54:33 -0400 Subject: [PATCH] Update setup.ps1 remove trailing whitespace on 542 to make the bot happy --- current/setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/current/setup.ps1 b/current/setup.ps1 index 3bd9c16..a9d7cca 100644 --- a/current/setup.ps1 +++ b/current/setup.ps1 @@ -539,7 +539,7 @@ using System.Runtime.InteropServices; public uint cbSize; public bool iMinAnimate; } -public class PInvoke { +public class PInvoke { [DllImport("user32.dll")] public static extern bool SystemParametersInfoW(uint uiAction, uint uiParam, ref ANIMATIONINFO pvParam, uint fWinIni); } "@