chore: dotnet format

This commit is contained in:
Stevan Freeborn
2026-04-02 13:49:55 -05:00
parent e3e9d68853
commit 33fb8bdf54
2 changed files with 2 additions and 3 deletions
@@ -83,5 +83,4 @@ internal class SecureConfigProvider(
break; break;
} }
} }
} }
@@ -3,4 +3,4 @@ namespace StevanFreeborn.Extensions.Configuration.Secure.Cryptography;
internal interface IMachineIdKeyGenerator internal interface IMachineIdKeyGenerator
{ {
string GetId(); string GetId();
} }