Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Jul 18, 2024
1 parent 5dff5e4 commit b201427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected override void BuildRenderTree(RenderTreeBuilder builder)
{
if (ErrorContent is not null)
{
builder.AddContent(1, ErrorContent(CurrentException));
builder.AddContent(1, ErrorContent(CurrentException));
}
else
{
Expand Down

0 comments on commit b201427

Please sign in to comment.