We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1358b4 commit 382d67aCopy full SHA for 382d67a
src/nodes/code/ExpressionNode.js
@@ -46,7 +46,7 @@ class ExpressionNode extends Node {
46
47
} else {
48
49
- return builder.format( `( ${ snippet } )`, type, output );
+ return builder.format( snippet, type, output );
50
51
}
52
0 commit comments