spec: format semicolon

This commit is contained in:
2025-01-04 19:46:56 +08:00
parent 2172cc0444
commit 647eac472a

View File

@@ -143,7 +143,7 @@ export const baseRatioFromPath = async (path: string) => {
}; };
export interface ParsedResult { export interface ParsedResult {
[key: string]: SPECResultsTable [key: string]: SPECResultsTable;
} }
export function parseSPECCSVResultsTable(data: string): ParsedResult { export function parseSPECCSVResultsTable(data: string): ParsedResult {