Skip to content

Commit f3878c3

Browse files
committed
Format
1 parent b7fd874 commit f3878c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/create-overloads.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function keepPublicFunctionsTransformer(
151151
param,
152152
[
153153
...(ts.getDecorators(param) || []),
154-
...(ts.getModifiers(param) || []),
154+
...(ts.getModifiers(param) || [])
155155
],
156156
param.dotDotDotToken,
157157
param.name,

0 commit comments

Comments
 (0)