Skip to content

Commit 4c9e6c6

Browse files
committed
wuppsi
1 parent 747edbf commit 4c9e6c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/src/components/SequenceDetailsPage/getDataTableData.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ export type HeaderGroup<T> = {
6666
meanOrder: number;
6767
};
6868

69-
export function buildHeaderGroups<T extends HasOrder>(
70-
source: Map<string, T[]>,
71-
): HeaderGroup<T>[] {
69+
export function buildHeaderGroups<T extends HasOrder>(source: Map<string, T[]>): HeaderGroup<T>[] {
7270
const headerGroups: HeaderGroup<T>[] = [];
7371

7472
for (const [header, rows] of source.entries()) {

0 commit comments

Comments
 (0)