Skip to content

Commit e77323e

Browse files
committed
Last line splitting fix I promise
1 parent 02f7e2a commit e77323e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EntityFramework.Exceptions.Common/ExceptionProcessorInterceptor.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public void CommandFailed(DbCommand command, CommandErrorEventData eventData)
4444
}
4545

4646
/// <inheritdoc />
47-
public Task CommandFailedAsync(DbCommand command, CommandErrorEventData eventData,
48-
CancellationToken cancellationToken = new CancellationToken())
47+
public Task CommandFailedAsync(DbCommand command, CommandErrorEventData eventData, CancellationToken cancellationToken = new CancellationToken())
4948
{
5049
ProcessException(eventData.Exception, eventData.Context);
5150
return Task.CompletedTask;

0 commit comments

Comments
 (0)