Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-10-07 15:26:13 +00:00
parent 501f5d6615
commit 3e576a1143
+2 -2
View File
@@ -115,9 +115,9 @@ public class ModDllLoader
{
try
{
result = (AbstractModMetadata) Activator.CreateInstance(modMetadata)!;
result = (AbstractModMetadata)Activator.CreateInstance(modMetadata)!;
}
catch(Exception ex)
catch (Exception ex)
{
throw new Exception($"Failed to load mod metadata for: {Path.GetFullPath(path)} \n{ex}");
}