Skip to content

Commit 382d67a

Browse files
TSL: Simplify expression output (#30691)
1 parent a1358b4 commit 382d67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/code/ExpressionNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ExpressionNode extends Node {
4646

4747
} else {
4848

49-
return builder.format( `( ${ snippet } )`, type, output );
49+
return builder.format( snippet, type, output );
5050

5151
}
5252

0 commit comments

Comments
 (0)