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

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

View File

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