Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Jan 9, 2024
1 parent ef289d3 commit 317c2db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenFeature/EventExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ private void InvokeEventHandler(EventHandlerDelegate eventHandler, Event e)
try
{
eventHandler.Invoke(e.EventPayload);
} catch (Exception exc)
}
catch (Exception exc)
{
Console.WriteLine(exc);
}
Expand Down

0 comments on commit 317c2db

Please sign in to comment.