Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TalZaccai committed Oct 5, 2024
1 parent 6d2f741 commit c374995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/server/Resp/RespCommandDataCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static bool TryImportRespCommandsData<TData>(string path,
{
// Create a new unloadable assembly load context
var assemblyLoadContext = new AssemblyLoadContext(null, true);

try
{
// Load the assembly within the context and import the data
Expand All @@ -61,4 +61,4 @@ internal static bool TryImportRespCommandsData<TData>(string path,
}
}
}
}
}

0 comments on commit c374995

Please sign in to comment.