Skip to content

Commit c5a155f

Browse files
committed
chore(prettier): fix formatting
1 parent 0011b19 commit c5a155f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/create-sort.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export default function createSort<T = string>(configuration?: {
2-
unitlessMqAlwaysFirst?: boolean | undefined;
3-
}): ((a: T, b: T) => number);
4-
2+
unitlessMqAlwaysFirst?: boolean | undefined;
3+
}): (a: T, b: T) => number;

0 commit comments

Comments
 (0)