Удалена лишняя пустая строка

This commit is contained in:
Оля Бизюкова 2024-05-27 15:40:07 +05:00
parent 063096e236
commit 188060fcaa

View File

@ -62,7 +62,6 @@ public class ReportService : IReportService
backgroundWorkerService.Enqueue(work); backgroundWorkerService.Enqueue(work);
return work.Id; return work.Id;
} }