Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed May 7, 2024
1 parent 1ec3d16 commit 5f807f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AdvancedTodoList.Infrastructure/Repositories/UnitOfWork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public async Task BeginTransactionAsync()
throw new InvalidOperationException("Multiple transactions are not supported.");

_transaction = await _dbContext.Database.BeginTransactionAsync();
;
}

/// <summary>
Expand Down

0 comments on commit 5f807f9

Please sign in to comment.