из html v1 убарана минификация (возвращено к стоку)
All checks were successful
CI / build-test (push) Successful in 35s
Release / pack-and-publish (release) Successful in 31s

This commit is contained in:
FrigaT
2025-12-28 23:33:34 +03:00
parent 3c4eda7f57
commit 19c2357c04

View File

@@ -143,6 +143,6 @@ public class HtmlReportFormatter : IReportFormatter
sb.AppendLine("</body>");
sb.AppendLine("</html>");
return HtmlMinifier.MinifyHtml(sb.ToString());
return sb.ToString();
}
}