Skip to content

Commit 69b12c6

Browse files
fix: clean up FuncCall method formatting and ensure no funcformat addition logic
Co-Authored-By: Dan Lynch <[email protected]>
1 parent 87e4207 commit 69b12c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/transform/src/transformers/v13-to-v14.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ export class V13ToV14Transformer {
155155
result.location = node.location;
156156
}
157157

158-
159158
return { FuncCall: result };
160159
}
161160

0 commit comments

Comments
 (0)