formatting fixes

This commit is contained in:
murdle 2025-05-02 08:50:12 -07:00
parent 59fb3c553b
commit 9689c03c0d
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace RobloxLegacy.Utilities; namespace RobloxLegacy.Utilities;
public class Registry public static class Registry
{ {
private static RegistryKey? OpenKey(bool writable = true) private static RegistryKey? OpenKey(bool writable = true)
{ {

View File

@ -7,7 +7,6 @@ namespace RobloxLegacy.Utilities;
// https://stackoverflow.com/a/14632782 // https://stackoverflow.com/a/14632782
public static class Shortcut public static class Shortcut
{ {
[ComImport] [ComImport]
[Guid("00021401-0000-0000-C000-000000000046")] [Guid("00021401-0000-0000-C000-000000000046")]
private class ShellLink private class ShellLink