Skip to content

Commit

Permalink
Update setup.ps1
Browse files Browse the repository at this point in the history
remove trailing whitespace on 542 to make the bot happy
  • Loading branch information
starchyunderscore authored Sep 19, 2023
1 parent c313a7e commit 6bb41e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion current/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
"@
Expand Down

0 comments on commit 6bb41e3

Please sign in to comment.