Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Oct 25, 2024
1 parent 7dd8c11 commit c6de0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/create-overloads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function keepPublicFunctionsTransformer(
overloads.push(
factory.updateFunctionDeclaration(
node,
(ts.canHaveDecorators(node) ? ts.getDecorators(node) : []),
ts.canHaveDecorators(node) ? ts.getDecorators(node) : [],
node.asteriskToken,
node.name,
node.typeParameters,
Expand Down

0 comments on commit c6de0cb

Please sign in to comment.