Skip to content

Commit 6595f69

Browse files
chore: format code
1 parent 48b48e1 commit 6595f69

File tree

1 file changed

+3
-1
lines changed
  • compiler/packages/babel-plugin-react-compiler/src/HIR

1 file changed

+3
-1
lines changed

compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -2412,7 +2412,9 @@ function lowerExpression(
24122412
}
24132413
case 'TSSatisfiesExpression':
24142414
case 'TSAsExpression': {
2415-
let expr = exprPath as NodePath<t.TSAsExpression | t.TSSatisfiesExpression>;
2415+
let expr = exprPath as NodePath<
2416+
t.TSAsExpression | t.TSSatisfiesExpression
2417+
>;
24162418
const typeAnnotation = expr.get('typeAnnotation');
24172419
return {
24182420
kind: 'TypeCastExpression',

0 commit comments

Comments
 (0)