From 647eac472ae61a7607e46f7640fd80de9797deff Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Sat, 4 Jan 2025 19:46:56 +0800 Subject: [PATCH] spec: format semicolon --- src/spec/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec/index.ts b/src/spec/index.ts index 31f563a..129452b 100644 --- a/src/spec/index.ts +++ b/src/spec/index.ts @@ -143,7 +143,7 @@ export const baseRatioFromPath = async (path: string) => { }; export interface ParsedResult { - [key: string]: SPECResultsTable + [key: string]: SPECResultsTable; } export function parseSPECCSVResultsTable(data: string): ParsedResult {