Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Torre committed Dec 21, 2023
1 parent 9706f26 commit 1625b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FabricObserver/FabricObserver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private void LoadObserversFromPlugins(IServiceCollection services)
}
catch (Exception e) when (e is ArgumentException or BadImageFormatException or IOException)
{
if(e is IOException)
if (e is IOException)
{
string error = $"Plugin dll {dll} could not be loaded. {e.Message}";
HealthReport healthReport = new()
Expand Down

0 comments on commit 1625b85

Please sign in to comment.