Skip to content

Commit 4b99e87

Browse files
PhantomDavegithub-actions[bot]
authored andcommitted
chore: auto-format Backend API code
1 parent e72a7ad commit 4b99e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PhantomDave.BankTracking.Api/Services/FileImportService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public IEnumerable<FinanceRecord> FromParsedData(int accountId, ParsedFileData p
292292
failedCount++;
293293
_logger.LogWarning(ex, "Failed to parse row {RowIndex} during import", records.Count + failedCount);
294294
}
295-
_logger.LogDebug("Processed {ProcessedRows} / {TotalRows}, Failed: {FailedRows}",
295+
_logger.LogDebug("Processed {ProcessedRows} / {TotalRows}, Failed: {FailedRows}",
296296
records.Count + failedCount, parsedData.Rows.Count, failedCount);
297297
}
298298

0 commit comments

Comments
 (0)