Skip to content

Commit 7606c9b

Browse files
PhantomDavegithub-actions[bot]
authored andcommitted
chore: auto-format Backend API code
1 parent a018bc0 commit 7606c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PhantomDave.BankTracking.Api/Services/FinanceRecordService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public async Task<ImportResultType> BulkCreateWithDuplicateCheckAsync(
276276
.Where(candidate => !existingKeys.Contains(candidate.Key))
277277
.Select(candidate => candidate.Record)
278278
.ToList();
279-
279+
280280

281281
var addResult = (await _unitOfWork.FinanceRecords.AddRangeAsync(recordsToAdd)).ToArray();
282282
await _unitOfWork.SaveChangesAsync();

0 commit comments

Comments
 (0)