refactor: benchmarks code style

This commit is contained in:
Johann Schopplich
2025-10-28 08:02:57 +01:00
parent 833c99ea38
commit cdd4a20c67
3 changed files with 24 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ function toCSV(data: unknown): string {
* Convert data to XML format
*
* @remarks
* Uses fast-xml-parser to generate well-formatted XML with:
* Uses `fast-xml-parser` to generate well-formatted XML with:
* - 2-space indentation for readability
* - Empty nodes suppressed
* - Proper escaping of special characters