formatting fixes
This commit is contained in:
		
							parent
							
								
									59fb3c553b
								
							
						
					
					
						commit
						9689c03c0d
					
				@ -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)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 | 
				
			|||||||
@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user