Skip to content

Commit 02f7e2a

Browse files
committed
Fix line formatting again
1 parent 6f31e7e commit 02f7e2a

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
@@ -31,8 +31,7 @@ public void SaveChangesFailed(DbContextErrorEventData eventData)
3131
}
3232

3333
/// <inheritdoc />
34-
public Task SaveChangesFailedAsync(DbContextErrorEventData eventData,
35-
CancellationToken cancellationToken = new CancellationToken())
34+
public Task SaveChangesFailedAsync(DbContextErrorEventData eventData, CancellationToken cancellationToken = new CancellationToken())
3635
{
3736
ProcessException(eventData.Exception, eventData.Context);
3837
return Task.CompletedTask;

0 commit comments

Comments
 (0)