spec: format semicolon
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user