Skip to content

Commit 018b9ed

Browse files
committed
format
1 parent faf8f06 commit 018b9ed

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
@@ -178,7 +178,7 @@ function keepPublicFunctionsTransformer(
178178
overloads.push(
179179
factory.updateFunctionDeclaration(
180180
node,
181-
(ts.canHaveDecorators(node) ? ts.getDecorators(node) : []),
181+
ts.canHaveDecorators(node) ? ts.getDecorators(node) : [],
182182
node.asteriskToken,
183183
node.name,
184184
node.typeParameters,

0 commit comments

Comments
 (0)