Skip to content

Commit

Permalink
Fix line formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusG committed Nov 24, 2024
1 parent 6f31e7e commit 02f7e2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public void SaveChangesFailed(DbContextErrorEventData eventData)
}

/// <inheritdoc />
public Task SaveChangesFailedAsync(DbContextErrorEventData eventData,
CancellationToken cancellationToken = new CancellationToken())
public Task SaveChangesFailedAsync(DbContextErrorEventData eventData, CancellationToken cancellationToken = new CancellationToken())
{
ProcessException(eventData.Exception, eventData.Context);
return Task.CompletedTask;
Expand Down

0 comments on commit 02f7e2a

Please sign in to comment.