Skip to content

Commit 00eea30

Browse files
committed
small improvement
1 parent 0fd1084 commit 00eea30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/slang-nodes/PrefixExpression.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class PrefixExpression extends SlangNode {
3030
this.updateMetadata(this.operand);
3131

3232
if (this.operator === 'delete') {
33-
this.operator = `${this.operator} `;
33+
this.operator = 'delete ';
3434
}
3535
}
3636

0 commit comments

Comments
 (0)