Skip to content

Commit 16b6eba

Browse files
committed
style: apply formatting
1 parent 5864158 commit 16b6eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/slonik-sql-tag-raw/src/utilities/interpolatePositionalParameterReferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const interpolatePositionalParameterReferences = (
2525
10,
2626
);
2727
})
28-
.sort();
28+
.toSorted();
2929

3030
if (bindingNames[bindingNames.length - 1] > inputValues.length) {
3131
throw new InvalidInputError(

0 commit comments

Comments
 (0)