Skip to content

Commit 6aa18a8

Browse files
committed
test: fix tests from linter errors
1 parent 12ae11e commit 6aa18a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/src/hooks/useInstrumentVisualization.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export function useInstrumentVisualization({ params }: UseInstrumentVisualizatio
135135
case 'CSV':
136136
void download(`${baseFilename}.csv`, () => {
137137
const rows = makeWideRows();
138-
139138
const csv = parseHelper(rows, ',');
140139

141140
return csv;

0 commit comments

Comments
 (0)